I'm running a slide show of sorts using setInterval() where after 10 seconds the page reloads with a new "slide".
The page loads two images. One is a backgound-image for a table (640x480px), and the other is an image in a table cell which gets dynamically resized using an onLoad() function. Occaisionally the image that gets resized does not appear on the page, even when that image has appeared before on a previous slide. I had tried calling the setInterval() function within the onLoad function that resizes the image, but then the page hangs. Could part of the problem of the image not loading be javascript related?
The page loads two images. One is a backgound-image for a table (640x480px), and the other is an image in a table cell which gets dynamically resized using an onLoad() function. Occaisionally the image that gets resized does not appear on the page, even when that image has appeared before on a previous slide. I had tried calling the setInterval() function within the onLoad function that resizes the image, but then the page hangs. Could part of the problem of the image not loading be javascript related?