Can someone help me. I need to preload 20+ imgs ranging from 800kb to 3mb
I tried using the following but it still takes for ever to preload:
<SCRIPT LANGUAGE = JAVASCRIPT>
if (document.images)
{
img1 = new Image();
img1.src = "img1.jpg";
}
</script>
can any on give me any ideas



Reply With Quote




Bookmarks