I have inherited an ASP script, which includes lots of fancy javascript, which I don't understand and of course, the ******* thing doesn't work
I've tried lots of things, but I'm trying to go back to basics - so can someone answer the following
if you have <form> and </form> tags - if inbetween there you have
<form onClick = "return validate()" method = "post" action = "register.asp">
if I change the onClick to OnSubmit do I need to alter any other code? or will it simply call the validation at a different time?
On my ASP script I have a Java validation setup called Validate - it worked for OnClick but not for OnSubmit
Regards
Jacq
I've tried lots of things, but I'm trying to go back to basics - so can someone answer the following
if you have <form> and </form> tags - if inbetween there you have
<form onClick = "return validate()" method = "post" action = "register.asp">
if I change the onClick to OnSubmit do I need to alter any other code? or will it simply call the validation at a different time?
On my ASP script I have a Java validation setup called Validate - it worked for OnClick but not for OnSubmit
Regards
Jacq