Answers
May 08, 2008 - 02:04 AM
Jun 22, 2008 - 04:51 AM
I can't be sure how to go about this without the complete Script or how advanced you may be at programming so I will start with something simple. I am no expert let it be said hehe!! Here goes:
I once had trouble with my Forms not validating and it was a simple remedy. In the Form tag at the top make sure you state the Form to be validated by calling it's NAME as follows:
Then use the onClick EventHandler to call the Form that is in focus, i.e. the Form that is being filled in, with the flashing tab - (this would signify focus on this Form).
Sorry if this is to basic etc but this is my first real entry and to be honest in the little experience I have, I have noticed it is always the obvious thing's that we tend to forget or miss out.
Let me know how you get on.
Jun 22, 2008 - 04:54 AM
Good luck!
Jun 24, 2008 - 09:35 PM
a sample for validation
!
Name: * minimum 5 letters
Address1: * minimum 20 letters
Address2: * optional
Here I have added the validation function to onSubmit EventHandler of form
or you may also attach to onClick EventHandler of submit button as webkungfu told.
cheers
Add New Comment