Hi,
We have a form defined with buttons like this:
<a class="save_men u" href="javascrip t:document.Deta il_Screen.actio n =
'savedata.php?s creen=EDIT';doc ument.Detail_Sc reen.submit();" >Update</
a>
The form also has an onSubmit action to vall a validation routine:
<FORM name='Detail_Sc reen' action="savedat a.php" METHOD="POST"
onsubmit='retur n formvalidation( this)'>
The problem is that the formvalidation routine is not being fired.
I'm at a loss here. Can anyone help us with this? At the end of the
javascript validation routine, we have this:
thisform.submit ();
So, the form seems to submit, but not the way we want it to. We want
it to execute the validation routine first.....
Thank you.
John.
Comment