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
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