NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 26, 2009, 08:48:18 AM

Title: href to a site in a header frame
Post by: Alberto on June 26, 2009, 08:48:18 AM
I have a PageHeader in the header frame of a 3 frames site like Bruce use in the frame examples

<table class="Armiheadingtable"> <tr>
  <td width="10%"><a href="http://www.doctoranyplace.com"><img border="0" src="images/Gmed.jpg" /></a></td>
  <td width="80%">Doctor Any Place Web Server</td>
  <td width="10%"><a href="javascript:top.close()"><img border="0" src="images/close.png" /></a></td>
 </tr>
</table>

The image has a href to go back to the main site, (like above):
<a href="http://www.doctoranyplace.com">
When I click on the image the main site occupies only the header frame and not the entire window.

How can I solve it?

Thanks
Alberto

Title: Re: href to a site in a header frame
Post by: Alberto on June 26, 2009, 09:37:19 AM
Solved... target='_top'