J
JDP
If I add additional js validation to a button on a form as in
<input type="button" onClick="checkOTCT();"
which returns either false or submits the form...using
document.forms[0].submit
how do I interface with any existing FP2003 form validation of
individual text fields for example:
action="timecards_confirm.asp" onsubmit="return
FrontPage_Form1_Validator(this)"
It seems to me that my js validation is bypassing the FP validation
and submitting a form with errors..
<input type="button" onClick="checkOTCT();"
which returns either false or submits the form...using
document.forms[0].submit
how do I interface with any existing FP2003 form validation of
individual text fields for example:
action="timecards_confirm.asp" onsubmit="return
FrontPage_Form1_Validator(this)"
It seems to me that my js validation is bypassing the FP validation
and submitting a form with errors..