Yeah I know..but isn't there also a way to change the actual form it
gets submitted to depending on which button is pressed?

-Gel


-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED] 

Just use different names...

<input type="submit" name="add" value="Add Me, Baby!">
<input type="submit" name="delete" value="Send me to Hell!">

In your form action area, you can check to see if form.add or
form.delete exists, and depending on which exists, do A or B.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:5
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Reply via email to