PDA

View Full Version : Book mark in frameset


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>

abduraooft
06-26-2008, 11:57 AM
"right click" on the links to those pages and choose bookmark/add to favorites from the context menu.
BTW, why do you need to use frames? see http://htmlhelp.com/design/frames/whatswrong.html

jithan
06-26-2008, 12:10 PM
this is example............