i want to call a javascript function after the form validation . if
the form validation is correct then only i want to call that
function .......

<form id="form1" name="form1" action=" "  method=" "  onsubmit="callme
()">

</form>

if the form validation is correct then call i want to call the
onsubmit function which is
callme().

Reply via email to