![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I am using the following code to create an image viewer for multiple images. var pageImage = document.images['mainImage']; var image = new Image(); var args = GetQuerystring(); //return arguments from querystring image.src = args.imageSource; //get image src pageImage.src = ""; pageImage.src = image.src; IE one image after another using one page as the viewer. The view loads the image into an Image object and then displays it on the page after doing some resizing etc However I am getting erroneous results from time to time. Most of the images will load in the viewer, then I will get one that doesn't load, it doesn't even show a placeholder, it will load if refresh is hit or if the viewer is moved on to another image and then moved back. I have also tried setting the src of the image to "" and then setting the src to the new image with no luck. I could of course load all the images into the cache, but with potentially hundreds of images, this is impractical. Any help would be very gratefully received Cheers Charlie |
![]() |
| Thread Tools | |
| Display Modes | |
| |