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>