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