I am trying to write a code through which I can open a new window using href and still keep onclick=location.href as displayed in the code following ? I don't need to use the html <a> construct like <a href="contact.asp">Contact Webmaster</a> probably because I don't want the hand pointer and URL appearing in the status bar.
<td width="34%" align="center">
<img name="help" border="0" src="images/help.gif" onclick=location.href="help.htm"
onmouseover="roll('help','images/help_mouseover.gif')"
onmouseout="roll('help','images/help.gif')"
onmousedown="roll('help','images/help_mouseclick.gif')"
onmouseup="roll('help','images/help_mouseover.gif')"><br></td>
Bookmarks