Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Using named anchors across frames


Message #1 by "Mark Hardiman" <alsc@i...> on Fri, 7 Mar 2003 11:24:00 -0000
Stephen,
can you have the link on page A say something like
target="D" href = "paged.htm#anchor" as this would
work for static pages/links but if your pages are
dynamic this could be a lot harder
cheers
~M

~
~How do I use named anchors across frames?
~
~I have following frameset:
~
~B is 0px high so all user sees is A, C and D.
~
~|----------------------------|
~||--------------------------||
~||               A          ||
~||--------------------------||
~||               B          ||
~||--------------------------||
~|----------------------------|
~|		|                    |
~|		|                    |
~|	C	|         D          |
~|		|                    |
~|		|                    |
~|----------------------------|
~
~D is the main frame and holds quite a lot of information,
~
~Rather then split this info into seperate pages I want to put links in 
~frame A to named anchors in frame D.
~
~How is this done? I dont't want frame D to be reloaded though.
~----------------------------------------------------------------------

  Return to Index