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

Q1390 How can I load a page into another frame?

irt.org | Knowledge Base | HTML | Q1390 [ previous next ]

Q1390 How can I load a page into another frame?

You need to name your frames:

<frameset cols="50%,*">
<frame name="left" src="page1.htm">
<frame name="right" src="page2.htm">
</frameset>

then from left to right:

<a href="nextpage.htm" target="right">...</a>

from right to left:

<a href="nextpage.htm" target="left">...</a>

Feedback on 'Q1390 How can I load a page into another frame?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


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