Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q355 Is there code to pre-download an image?

irt.org | Knowledge Base | JavaScript | Image | Q355 [ previous next ]

Q355 Is there code to pre-download an image?

<SCRIPT LANGUAGE="JavaScript"><!--
if (document.images) {
    img1 = new Image();
    img1.src = "picture.gif";
}
//--></SCRIPT>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 6th July 2009. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2009 irt.org, All Rights Reserved.