how to validate a registration page at client side |
[eluser]bigtony[/eluser]
[quote author="rogierb" date="1253115677"]Use javascript to validate client side. Try http://www.google.com/search?q=validate+...javascript There are plenty of examples out there[/quote] But be aware that hackers can easily bypass client side validation, so server validation is much more secure. But you can still use client side checking with javascript as well for other reasons (e.g. capturing errors early to reduce server load). |
Messages In This Thread |
how to validate a registration page at client side - by El Forum - 09-16-2009, 03:58 AM
how to validate a registration page at client side - by El Forum - 09-16-2009, 04:30 AM
how to validate a registration page at client side - by El Forum - 09-16-2009, 04:41 AM
how to validate a registration page at client side - by El Forum - 09-16-2009, 04:47 AM
how to validate a registration page at client side - by El Forum - 09-16-2009, 04:52 AM
how to validate a registration page at client side - by El Forum - 09-16-2009, 05:09 AM
how to validate a registration page at client side - by El Forum - 09-16-2009, 05:13 AM
|