for all those not up to speed with JS... check out www.pengoworks.com for the the javascript API (QForms)! Dan Switzer offers non- JSers a chance to use a lot of the desired features of JS without actually learning javascript to the elvel that would noirmally be needed.
Mike -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 8:42 AM To: CF-Talk Subject: RE: CFFORM vs FORM 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 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

