HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Form Validation Problem
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Javascript
View previous topic :: View next topic  
Author Message
nikki



Joined: 24 Nov 2008
Posts: 132

Posted: Thu Jul 09, 2009 10:08 am      

remove onsubmit="return validate(this);" from the form tag

add a button in the form

<input type="button" value="Validate" onclick = "validate();" />

when the form is successfully validated, then submit the form.

document. CSLavRequestForm.submit();
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Javascript
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group