UCENwebster
Programmer
I have two frames: one is a menu, and the other is a long text document with anchors. I want the links in the menu frame to control the position of the document in the text frame, using the anchors. I've tried this:
<a href="#anchorname" target="textframe">Link</a>
but it doesn't work. Then I tried:
<a href="textdoc.html#anchorname" target="textframe">Link</a>
That worked, but the text document refreshed itself every time, and it's a pretty big documnet, so the download time is forever. I want the text document to just move to the anchor without refreshing. Does anybody know how to do this?
thanks in advance
Webster
<a href="#anchorname" target="textframe">Link</a>
but it doesn't work. Then I tried:
<a href="textdoc.html#anchorname" target="textframe">Link</a>
That worked, but the text document refreshed itself every time, and it's a pretty big documnet, so the download time is forever. I want the text document to just move to the anchor without refreshing. Does anybody know how to do this?
thanks in advance
Webster