G
getburl
I am currently having an issue where I render 3 1k images to the page
in IE when the user clicks a button. Everything works well in FF and
Good Browsers et al., but in IE I have to wrap some dummy code with a
while(!tempImg.complete) to get each image to load. If I do not use
the while loop then somewhat randomly the images are not visible even
though they appear to have been rendered. In this 'invisible' case I
can right-click the 'hole' where the image is and choose Show Picture
from the contectual menu and then the image appears.
So, if anyone knows how to solve this problem, I would love to hear
about it.
in IE when the user clicks a button. Everything works well in FF and
Good Browsers et al., but in IE I have to wrap some dummy code with a
while(!tempImg.complete) to get each image to load. If I do not use
the while loop then somewhat randomly the images are not visible even
though they appear to have been rendered. In this 'invisible' case I
can right-click the 'hole' where the image is and choose Show Picture
from the contectual menu and then the image appears.
So, if anyone knows how to solve this problem, I would love to hear
about it.