[wdvltalk] Re: Javascript FOR statement

2004-01-09 Thread andrew . trusz
Do it server side. Client side validation is much to prone to malicious manipulation and with javascript can simply be turned off. Server side is much more secure and protects your site and data. drew • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To:

[wdvltalk] Re: Javascript FOR statement

2004-01-09 Thread Hoenig, Robert
How could I check if it's filled in on the server side? Thank you Robert *-* Application Programmer x4863 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 8:31 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] Re

[wdvltalk] Re: Javascript FOR statement

2004-01-09 Thread andrew . trusz
That depends on what you are using at the backend. Mostly it would involve checking the data using regular expressions and error messages to send back the data and a message about what wasn't completed properly before the data is committed to the database. The exact coding would vary somewhat