Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q125 How do I pre-load a page?

irt.org | Knowledge Base | JavaScript | Misc | Q125 [ previous next ]

Q125 How do I pre-load a page?

Use frames with a hidden frame which loads the next document.

Say frame1.html has:

<FRAMESET ROWS="100%,*">
<FRAME SRC="page1.html">
<FRAME SRC="page2.html">
</FRAME>

Then the link to the next page should be:

<A HREF="frame2.html" TARGET="_top">next page</A>

And frame2.html has:

<FRAMESET ROWS="100%,*">
<FRAME SRC="page2.html">
<FRAME SRC="page3.html">
</FRAME>

etc, etc


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.