dessie1981
Programmer
Hi everyone,
Have a problem with my href form submit, it works in Firefox but not in microsoft ie5.
Below are segments of my code.
<script type="text/javascript">
<!--
function formSubmit()
{
document.myform.submit();
}
//-->
</script>
<p>
<form name="myform" method="post" action="confirmation.php?id=<?echo $p;?>">
<b>Purchase Order Number :
<input type="text" name="purchaseid"></form>
</p>
<a href = "quotation.php">Add as Quotation</a> / <a href="#" onClick="formSubmit();">Confirm order</a></p>
Any help would be great.
Have a problem with my href form submit, it works in Firefox but not in microsoft ie5.
Below are segments of my code.
<script type="text/javascript">
<!--
function formSubmit()
{
document.myform.submit();
}
//-->
</script>
<p>
<form name="myform" method="post" action="confirmation.php?id=<?echo $p;?>">
<b>Purchase Order Number :
<input type="text" name="purchaseid"></form>
</p>
<a href = "quotation.php">Add as Quotation</a> / <a href="#" onClick="formSubmit();">Confirm order</a></p>
Any help would be great.