Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q355 Is there code to pre-download an image?

You are here: irt.org | FAQ | JavaScript | Image | Q355 [ previous next ]

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

©2018 Martin Webb