Hello,
I am trying to write a script that will allow me to preload and cache an image from a different server. and then display the image on a web page on my site. The image from that server is updated every 4 hours or so. This is basically the preload script I was going to start with:
<script type="text/javascript">
<!--
PreImage1=newImage(88,31);
PreImage1.src="Image1.gif";
// -->
</script>
Can it be done? Any help would be great
Eric