Hi, I just learn some javascipt for form validation, and I want to add the javascript action and before running the mailing php program, how should I do like that, this is my form declaration.
<form method="post" onSubmit="return submitIt(this)" action="http://goanna.cs.rmit.edu.au/~skalra/scripts/form1.php" name="myForm">
How should I add javascript part, just like action="xx.js, [url]http://~~~[/url]"? or some other way should I do
can I put them together?