View Single Post
Old 01-24-2013, 03:18 PM   PM User | #5
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
Dont use javascript alone to validate form fields. Savvy users can highjack your forms and enter whatever they want...including malicious code.

If you are using DW and you dont have a few months to learn a server side language, DW has build in form tools that add server side validation. I dont like or recommend using DW tools vs hand coding, but in a pinch they work well enough.

You'll need to set up a server on your pc, whether php or coldfusion server its up to you.
__________________
Teed
teedoff is offline   Reply With Quote