santanudas
Technical User
Hi,
I need a help. I got a page with nested frame set, like this:
<FRAMESET rows="59,*" cols="99%" frameborder="0">
<FRAME name="titlebar" src="header.html">
<FRAMESET cols="190,99%" rows="*" frameborder="0">
<FRAME src="leftbar.html" name="leftbar" noresize>
<FRAME src="rightbar.html" name="rightbar" noresize>
</FRAMESET>
</FRAMESET>
There is a link on the first frame, which opens a new page. The thing I want to do is to unload the last two frames (in the second frameset) when the link is clicked and to put the new page there. Can anybody please help me to do that?
Thanks in advance.
I need a help. I got a page with nested frame set, like this:
<FRAMESET rows="59,*" cols="99%" frameborder="0">
<FRAME name="titlebar" src="header.html">
<FRAMESET cols="190,99%" rows="*" frameborder="0">
<FRAME src="leftbar.html" name="leftbar" noresize>
<FRAME src="rightbar.html" name="rightbar" noresize>
</FRAMESET>
</FRAMESET>
There is a link on the first frame, which opens a new page. The thing I want to do is to unload the last two frames (in the second frameset) when the link is clicked and to put the new page there. Can anybody please help me to do that?
Thanks in advance.