[Javascript] An image loader working in FF but not in Opera, Safari...

Timothy White weirdit at gmail.com
Wed Jul 13 20:35:31 CDT 2005


>  > window.onload = checkDone;
> 
> When this triggers, images should already have been loaded.
> 
> I'm sorry, but this script seems to do nothing.

Maybe a really simple loading script would be to have the images in a
div that is hidden initially (with CSS) and a div that says loading.
Then onload could toggle the hidden status on both divs, hiding the
loading div and showing the images?

Tim



More information about the Javascript mailing list