PDA

Click to See Complete Forum and Search --> : image download complete


kurtsimons
Aug 11th, 2000, 08:57 AM
my java script

N = new Image()
N.src ="imagename.jpg"


how can I detect when this image is done downloading?
I want to download all the images for a page before opening the page.

or how can I tell when a document is done downloading


Thanks

noone
Aug 11th, 2000, 05:59 PM
The onLoad() event will only fire when the whole page is done loading.

kurtsimons
Aug 11th, 2000, 07:42 PM
any ideas on a single image?