the problem:
this is the code of the main page:
- Code: Select all
<frameset cols="12%,19%,69%" framespacing="0" frameborder="NO" border="0" name="mainframeset">
<frame src="1.html" name="maoinFrame" scrolling="no">
<frame src="2.html" name="mainFrame" scrolling="yes" noresize="resize" >
<frame src="3.html" name="bottomFrame" >
</frameset>
1.html is a blank page
2.html have this link:
- Code: Select all
<a href="link.html" target="mainframeset">Home</a>
3.html is another page
when i press at home link in the page i need to open the (link.html)page in the same page "all page not part of it" i mean reload the all page and it will be link.html without any frame
but its now with this code open the link.html page in another window browser
so plz help me with that
thanks


