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

Q318 When opening a new window containing a frameset, how can I ensure that one of the frames is opened at a particuar anchor?

irt.org | Knowledge Base | JavaScript | Frame | Q318 [ previous next ]

Q318 When opening a new window containing a frameset, how can I ensure that one of the frames is opened at a particuar anchor?

In the document that you load into the new window that defines the frames, include in the src attribute the anchor required, e.g.:

<FRAMESET ROWS="10%,*">
<FRAME SRC="navbar.html">
<FRAME SRC="main.html#anchorname">
</FRAMESET>

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.