UGN Security
does any1 know how to make a javascript preloader for a simple html page <img border="0" alt="[[censored]]" title="" src="graemlins/[censored].gif" />
you could preload the images doing the following, not sure if thats exactly what you want though

Code
 
<HEAD>
<SCRIPT language="JavaScript">
Image1= new Image(200,200)
Image1.src = "image.gif"
Image2= new Image(340,200)
Image2.src = "coolpic.jpg"
</SCRIPT>
</HEAD> 
not exactely what i want
i want text saying "loading" while the page loads
or something like that
© UGN Security Forum