|
|
Q1567 How can I download a page in the background of another, or preload the images and sound of a page behind another more simple page, then after a pre determined length of time go to the ready assembled page?
irt.org | Knowledge Base | JavaScript | Misc | Q1567 [ previous next ] Q1567 How can I download a page in the background of another, or preload the images and sound of a page behind another more simple page, then after a pre determined length of time go to the ready assembled page?The most compatible way is a frameset (both pages must come from same server):
It will swap the pages after preload.html has loaded everything... If you need it to wait still some more time use this:
it will load everything and then wait 10 secs before swapping. Feedback on 'Q1567 How can I download a page in the background of another, or preload the images and sound of a page behind another more simple page, then after a pre determined length of time go to the ready assembled page?' |
-- div -->
|