I am preloading images because I want them there when the viewer gets to the section.
How do I know that they are preloading?
I use this format in the head to preload:
pic2 = new Image(150,129);
pic2.src = "http://www.xxxx.org/~xxxx/DBernie.jpg";
I use this format in the body to call the pic:
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.xxxxx.org/~xxxx/DBernie.jpg" width="150" height="129" border="0" ALIGN=left>
Thanks.
How do I know that they are preloading?
I use this format in the head to preload:
pic2 = new Image(150,129);
pic2.src = "http://www.xxxx.org/~xxxx/DBernie.jpg";
I use this format in the body to call the pic:
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.xxxxx.org/~xxxx/DBernie.jpg" width="150" height="129" border="0" ALIGN=left>
Thanks.