| You are here: Home > Scripts > Javascript Preload Images |
| ||||||||||||||||||||
Back to ScriptsJavascript, How to Preload ImagesPreloading images using javascript requires placing a reference to them within the <HEAD> tags of the HTML document.
Copy and paste the javascript source below in your HTML document inside the <HEAD> tags Javascript SourceTo Preload a list of images How is it referenced in the HTML? You would call the image src normally. i.e. <img name="myimage" src="someimage.gif"> <a href="#" onMouseOver="javascript:document.myimage.src='http://mydomain.com/image0.gif'"> |
|
contact us: elouai@gmail.com ©2003-2009 eLouai.com, All rights reserved |