jithan
06-26-2008, 11:37 AM
hello friends,
i want to book mark my frameset page. if i bookmark that page only home page has open....... not open particular page............ pls help me....... it s very urgent.......
this is my frame set.........
Example: mainframeset.html
<frameset rows="30%,70%">
<frame src="a.html" name="head">
<frameset cols="30%,70%">
<frame src="navigation.html" name="navigation">
<frame src="home.html" name="content">
</frameset>
</frameset>
navigation.html
<html>
<body>
<a href="content1.html" target="content">Content1</a>
<a href="content2.html" target="content">Content2</a>
</body>
</html>
i want to book mark my frameset page. if i bookmark that page only home page has open....... not open particular page............ pls help me....... it s very urgent.......
this is my frame set.........
Example: mainframeset.html
<frameset rows="30%,70%">
<frame src="a.html" name="head">
<frameset cols="30%,70%">
<frame src="navigation.html" name="navigation">
<frame src="home.html" name="content">
</frameset>
</frameset>
navigation.html
<html>
<body>
<a href="content1.html" target="content">Content1</a>
<a href="content2.html" target="content">Content2</a>
</body>
</html>