> Why not just do both at once?

You can't do both at once.  Client and server each need an independent 
approach.  The server must behave as if it is not at all dependent on what 
the client sends it.

Thus you need to have CF code to handle validation on the server, and 
javascript to handle validation on the client (if desired).

Even if you are doing ajax validations, you are still hitting the server, 
and your independent CF code must handle that server call.  Also, if you are 
depending on an ajax call to validate, your non-javascripters will not make 
the ajax call and so not validate.

-- Josh


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275443
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to