> and might as well handle some of this on your input form
> with either cfform or some js validation.

Personally, I never rely on JavaScript for validating input unless I know
that the application will only be used in a semi-controlled environment,
such as an Intranet where browsers are standardized.  IIRC 10% of users
browse with JS disabled or unsupported, but I don't know how accurate that
is.

In my opinion, input validation should first be coded on the server-side,
and then in JS if you have the time/ability to do so.  Especially in cases
like this where data is headed for a database and could cause an error to be
thrown if not formatted properly.

-Justin Scott

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to