I am trying to use this page to display a new page in the full window removing the existing frameset. I have tried using the top command on the pages but they still display in a new window.
The pages use the following code
<br>
<hr>
<br>
<a href="contact.htm" target ="_TOP"><img src="images/contact.gif" height ="50" width ="140" border ="0"></a><br>
<a href ="contact.htm" target ="_TOP"> Contact Us</a><p>
<br>
<br>
<a href = "registerservice.htm" target ="_TOP"><img src="images/register.gif" height ="50" width ="140" border ="0"></a><br>
<a href = "registerservice.htm" target ="_TOP"> Register With Us</a><p>
<br>
<br>
<a href ="tutorialwelcome.htm" target ="_TOP"><img src ="images/begintut.gif" height ="50" width ="140" border ="0"></a><br>
<a href ="tutorialwelcome.htm" target ="_TOP"> Online Tutorial</a><p>
<br>
<br>
This is loaded into the left side frame of the following page.
<base target="_top">
</head>
<frameset cols = "25%,75%" framespacing="0" border="0" frameborder="0">
<!-- frames and their initial pages -->
<frame name = navframe src = nav.htm scrolling="auto" target="_TOP">
<frame name = mainframe src = welcome.htm>
</frameset>
<noframes>
<body>
Your browser does not support frames.
</body>
</noframes>
</html>
any help would be most useful
Cheers
The pages use the following code
<br>
<hr>
<br>
<a href="contact.htm" target ="_TOP"><img src="images/contact.gif" height ="50" width ="140" border ="0"></a><br>
<a href ="contact.htm" target ="_TOP"> Contact Us</a><p>
<br>
<br>
<a href = "registerservice.htm" target ="_TOP"><img src="images/register.gif" height ="50" width ="140" border ="0"></a><br>
<a href = "registerservice.htm" target ="_TOP"> Register With Us</a><p>
<br>
<br>
<a href ="tutorialwelcome.htm" target ="_TOP"><img src ="images/begintut.gif" height ="50" width ="140" border ="0"></a><br>
<a href ="tutorialwelcome.htm" target ="_TOP"> Online Tutorial</a><p>
<br>
<br>
This is loaded into the left side frame of the following page.
<base target="_top">
</head>
<frameset cols = "25%,75%" framespacing="0" border="0" frameborder="0">
<!-- frames and their initial pages -->
<frame name = navframe src = nav.htm scrolling="auto" target="_TOP">
<frame name = mainframe src = welcome.htm>
</frameset>
<noframes>
<body>
Your browser does not support frames.
</body>
</noframes>
</html>
any help would be most useful
Cheers