Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

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

You are here: irt.org | FAQ | JavaScript | Frame | Q318 [ previous next ]

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>

©2018 Martin Webb