Posted by otrWalter@gmail.com on 10/29/07 14:02
First step: Client side validation
Second Step: Server side validation
Can't help you with the second (I'm working on it!)
But on the first... How about just added 2 JS INCLUDE calls to your
page and then adding a pair of custom HTML tags to each Form Object
you want to have validated...
<input type="text"
id="first_name"
name="first_name"
type="alpha" <- new attribute
required="true" <- new attribute
value="">
Would that help?
Walter
Navigation:
[Reply to this message]
|