[thelist] onSubmit ignored!

Jason Handby jasonh at corestar.co.uk
Sun Dec 28 15:27:24 CST 2003


> My validation function called in onSubmit is ignored, and I have
> no clue why
> that happens. Could anyone here help?

It would be really helpful if you could post a link to your page!

The only other helpful suggestion I can think of: make sure you are using
"return" in your onsubmit attribute, e.g.:

  <form name="myform" onsubmit="return MyValidationFunction()">


Jason



More information about the thelist mailing list