hello everyone
i have a frameset with 2 frames: links.html and contents.html. there are several anchors in contents.html. so when the user choose some link i want contents.html to start from a spesific anchor according to that pressed link. that means i want contents.html to start further down on the page.
i guess in links.html it should be something like this:
<a href="contents.html#anchor-one" target="right">anchor-one</a>
in contents.html i think it is:
<br id="anchor-one"> or
<a href="contents.html#anchor-one"></a> or <a name... etc.
so do you have any idea how to do this and am i in a right direction with this?
thank you in advance
