Best Download Sites Login
Site Login

Animated GIF Begins

Description
Normally, animated GIF images start as soon as they are loaded on the page. But, if your GIF only loops once, it displays before the rest page is completely visible. This JavaScript solution ensures that the page is fully loaded before the animated GIF begins....View A Script Demo


Do you find it confusing setting up these script?
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="TextPad 4.4">
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!-- Original:  Ronnie T. Moore -->
<!-- Web Site:  The JavaScript Source -->

<!-- Begin
var preload = new Image();
// Change this to the web address of your animated GIF image
preload.src = "profits.gif";

function doGIF() {
document['button'].src = preload.src;
}
//  End -->
</script>

</HEAD>

<BODY Background=../graphics/grayback.jpg OnLoad="doGIF()">
<center><BR><BR><BR>

<!-- Set the width and height to the dimensions of your GIF -->
<!-- And be sure to save the blank.gif image to your server!  -->

<img name="button" src="blank.gif" width=130 height=79>

</center>
</BODY>
</HTML>
 

Business Proposal If you have a Business Proposal that you think may be of interest to us here at Best Download Sites please contact us to discuss the matter in further detail