if you name the submit buttons, then form.submitbutton1 and form.submitbutton2 exist on the recieving end depending on which one was pressed, or if you're using type="image" for the submit buttons, form.submitbutton1.x and form.submitbutton2.x exist on the recieving to do your switch for the action.
-----Original Message----- From: Marcus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 11:50 AM To: CF-Talk Subject: Form Submittal I am going brain dead. I need to see if it's possible to either, Store changed fields in a database without doing a standard submit with a reload. Or, if I can modify the form action to point to two different actions depending on which submit is pressed. Marcus ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

