Page is a not externally linkable
tedster - 8:24 pm on Dec 6, 2001 (gmt 0)
It's a nice usability enhancement. When you've got a very likely-to-be-clicked link to a page with a large graphic or graphics, you can pre-load the graphic while your visitor is reading the earlier page. Then it's already in the cache and loads instantly if they click through. At the very bottom of the BODY section, so your script doesn't interfere with the page that's being rendered: image01=new Image(www,hhh) image01.src="fatone.gif" //--> 'www' and 'hhh' are the width and height that you want to display these images. [edited by: tedster at 5:24 am (utc) on April 14, 2005]
PRE-LOADING IMAGES
<!--
image02=new Image(www,hhh)
image02.src="biggie.jpg"
</script>