Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Using named anchors across frames


Message #1 by "Stephen" <stephen@c...> on Thu, 27 Feb 2003 19:13:28
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