Hello,
This works fine in IE but not NS4.75 Where am I going wrong please. Thanks, Kim
<input type="image" src="images/buttons/odelete.gif" border="0" name="DeleteFromOrder1" onMouseDown="javascript:window.document.frmQty.recalc.value='no';">
<SCRIPT LANGUAGE=javascript id="recalc">
<!--
function reCalc()
{
var doCalc = window.document.frmQty.recalc.value;
if(doCalc != "no")
{
window.document.frmQty.recalc.value ="1";
}
}
//-->
</SCRIPT>
This works fine in IE but not NS4.75 Where am I going wrong please. Thanks, Kim
<input type="image" src="images/buttons/odelete.gif" border="0" name="DeleteFromOrder1" onMouseDown="javascript:window.document.frmQty.recalc.value='no';">
<SCRIPT LANGUAGE=javascript id="recalc">
<!--
function reCalc()
{
var doCalc = window.document.frmQty.recalc.value;
if(doCalc != "no")
{
window.document.frmQty.recalc.value ="1";
}
}
//-->
</SCRIPT>
Comment