this demonstrates two frames.The navigation frame (content.htm) to the left contains a list of links with the second frame (link.htm) as target.The second frame shows the linked document.One of the links in the navigation frame is linked to a specified section the target file.The HTML code in the file "content.htm" looks this:Link without Anchor
Link with Anchor
<html>
<frameset cols="180,*">
<frame src="content.htm">
<frame src="link.htm" name="showframe">
</frameset>
</html>
April 24, 2009
0 Jump to a specified section with frame navigation
Posted by raj on 3:59 AM
0 comments:
Post a Comment