Link to home
Start Free TrialLog in
Avatar of VKopacz
VKopacz

asked on

need US state validation



Client does not want STATe dropdown. Please provide a validation using JSP, Struts or Java

Please DON'T point me to a piece of documentation.  I need specifics  since I'm new to the web world

This is my 3rd request for this in Experts exchange --- very frustrating web site
ASKER CERTIFIED SOLUTION
Avatar of arnon81
arnon81

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of arnon81
arnon81

oh and on form.jsp
might be better to use
<input type=text name='state' maxlength='2'/>
instead of
<input type=text name='state'/>