Preloading Images within a Web Page
If you would like to preload an image so that it will display when the page loads, place the following code between your <HEAD> and </HEAD> tags.
| <SCRIPT language=”JavaScript”> <!– var preload=new Image(); preload.src=”(image.gif)”; –> </SCRIPT> |