[form name="form1" action="index.html"]

[form name="form2" action="index.html" onSubmit="alert('xxxx');"]

[form name="form3" action="index.html" onSubmit="alert('xxxx'); return true;"]

[form name="form3" action="index.html" onSubmit="alert('xxxx'); return false;"]
[form name="form3" action="index.html" onSubmit="alert('xxxx'); return false;"]


[onSubmit="return checkInput1();"]
 
 
 
 


open in new window