|
Posted by gb on December 13, 2004, 3:47 am
Please log in for more thread options
I have ParentB.html that contains ChildB.html in an IFRAME
<IFRAME NAME="textareaB" SRC="ChildB.html"></IFRAME>
ChildB.html contains a bookmark <A HREF="#GoHereB"></A>
Also I have ParentA.html that contains ChildA.html in an IFRAME
<IFRAME NAME="textareaA" SRC="ChildA.html"></IFRAME>
Directories
.../B/ParentB.html
.../B/ChildB.html
.../A/ParentA.html
.../A/ChildA.html
I want the user to be able to click on a link on page ChildA.html (in
ParentA.html)
and be taken to ChildB.html#GoHereB (in ParentB.html)
Is this possible? What does the target look like. I want the target
to be in the same window so I would want to use _top.
<A HREF="../B/ChildB.html#GoHereB" target="?? ParentB ???"></A>
Thanks in advance
gb
|