Forum Moderators: open
Let me amend that, if the images are loaded in a previous page, they may still be available in cache. You cannot, however, rely on that.
window.onload = preloadImages;
}
var preloadFlag = false;
function preloadImages() {
if (document.images) {Removed Specifics
}
} Thanks to everyone else for your contributions. I was looking for the specific code since I am not fully versed in JavaScript. ;)