NetTalk Central

Author Topic: href to a site in a header frame  (Read 3225 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
href to a site in a header frame
« 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

-----------
Regards
Alberto

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: href to a site in a header frame
« Reply #1 on: June 26, 2009, 09:37:19 AM »
Solved... target='_top'
-----------
Regards
Alberto