I have a small problem with JavaScript. Does anyone have a sample script with you which just displays preloaded images.
I have a JSP and I have tags like this:
<img src="/schedule/images/but1.gif" height="5" width="5">
The page loads a little slowly due to the 10-15 small images on it and I decided to preload them.
On the internet I found many examples to change images with mouseOver events, but none to just simply display preloaded images.
Can you send me any such example??
Thanks.
I have a JSP and I have tags like this:
<img src="/schedule/images/but1.gif" height="5" width="5">
The page loads a little slowly due to the 10-15 small images on it and I decided to preload them.
On the internet I found many examples to change images with mouseOver events, but none to just simply display preloaded images.
Can you send me any such example??
Thanks.