open new window help

liunx

Guest
The problem is:<br />
two windows pop open on the mac in netscape and ie when link is clicked. This happen on a Mac G4 667MHz running OS X using Netscape 7.0 and Internet Explorer 5.2.1<br />
<br />
Code: in the body--<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript:;" onClick="MM_openBrWindow('../slides/panel1/penido.pdf','','scrollbars=yes,resizable=yes,width=640,height=480')"><img src=http://www.htmlforums.com/archive/index.php/"../images/i_r1_c2.gif" alt="Penido" width="36" height="34" border="0"></a><br />
<br />
Code: in head--<br />
<script language="JavaScript" type="text/JavaScript"><br />
<!--<br />
function MM_openBrWindow(theURL,winName,features) { //v2.0<br />
window.open(theURL,winName,features);<br />
}<br />
//--><br />
</script><br />
<br />
Any Ideas on how to fix this would be great!!!<br />
<br />
Thanks<br />
Jeff<!--content-->try adding this<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript:Void();" onClick="MM_openBrWindow<!--content-->
 
Back
Top