well, that makes sense for someone proficient in js :) for those of us who arent, it really is a blessing.
NOTICE TO ALL WHO ARE NOT HIGHLY PROFICIENT IN JS CFMX AND CFFORM TAGS ARE OK !!!! ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -----Original Message----- From: Peter Mayer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 8:40 AM To: CF-Talk Subject: Re: CFFORM vs FORM I suggest you to use simple form tags instead of CFFORM. CFFORM blackboxes a lot of things and does not always lead to the desired results. Furthermore, in very simple forms it's overkill because it adds javascript to each call. My prefered method is it to create forms with the standard form tag and add my own custom check routines written in javascript (and of course on the action page). Best regards, Peter ------------ Orginale Nachricht Von: Thane Sherrington <[EMAIL PROTECTED]> Betreff: CFFORM vs FORM Datum/Zeit: Dienstag, 11. Februar 2003 14:23:47 > I've been reading the archives, and there seems to be a lot of people who > say one should avoid CFFORM and use FORM instead. I'm using CF5. Would it > make sense for me to abandon CFFORM? What are the pros and cons? > > T > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

