|
|
Q81 How can I get the reload of a page to wait until an image has fully downloaded?
irt.org | Knowledge Base | JavaScript | Image | Q81 [ previous next ] Q81 How can I get the reload of a page to wait until an image has fully downloaded?You could use one of the onLoad events in body, img, or even frame:
or
or
or you could use the image objects complete property in JavaScript 1.1:
Where in all the above examples ... could be replaced with something like: location.href='anotherpage.htm'. Feedback on 'Q81 How can I get the reload of a page to wait until an image has fully downloaded?' |
-- div -->
|