targeting # fragments in another frame

liunx

Guest
Can some on ehelp me with trying to target a fragment / anchor from one frame to another.<br />
body_content.html#anchor_Name target=otherFrame <br />
works great in explorer 6<br />
but in Netscape 4.79 it doesn't work at all.<br />
Basically my goal is to have 2 frames- the frame on the left is a nav which allows the user to jump through the sections of a long document in the other frame..<br />
<br />
I would appreciate any help..<br />
thanks in advance..<br />
terence..<!--content-->that should work fine in Netscape 4.79. I suspect its a directory problem, try using:<br />
<br />
../body_content.html#anchor_Name target=otherFrame <br />
<br />
and see if that helps.<!--content-->it seems that the name=anchor tag needed to be wrapped in its own (a name=anchor> tag. Prior to that I had the code consolidated within the img src tag of the targeted anchor.<br />
<br />
cheers!<!--content-->
 
Back
Top