The following submit button works fine in Internet Explorer
but not in Netscape Navigator. Anyone know of a way to make
this work with NN ?
Regards
Tony Hickinbottom
<html>
<head>
<script language="javascript">
<!--
function helpwin(hwurl,hwtitle,hwfeatures) {
window.open(hwurl,'helpwindow','toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=400,left=250,top=50')
}
//-->
</SCRIPT>
</head>
<body>
<form method=post action="<input name="sofd" value="ok" type="hidden">
<a href title="Right click for help" oncontextmenu="helpwin('/cgi-bin/mysdev1/myshop.ex_?ico_hlp=HELPS/SUBMITS.HTM','',''); return false">
<input type="submit" value="SUBMIT BUTTON WITH RIGHT CLICK POPUP HELP WINDOW" name="SUB_SUBMITS">
</a>
<input name="eofd" value="ok" type="hidden">
</form>
</body>
</html>
but not in Netscape Navigator. Anyone know of a way to make
this work with NN ?
Regards
Tony Hickinbottom
<html>
<head>
<script language="javascript">
<!--
function helpwin(hwurl,hwtitle,hwfeatures) {
window.open(hwurl,'helpwindow','toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=400,left=250,top=50')
}
//-->
</SCRIPT>
</head>
<body>
<form method=post action="<input name="sofd" value="ok" type="hidden">
<a href title="Right click for help" oncontextmenu="helpwin('/cgi-bin/mysdev1/myshop.ex_?ico_hlp=HELPS/SUBMITS.HTM','',''); return false">
<input type="submit" value="SUBMIT BUTTON WITH RIGHT CLICK POPUP HELP WINDOW" name="SUB_SUBMITS">
</a>
<input name="eofd" value="ok" type="hidden">
</form>
</body>
</html>