1 form with 2 buttons to go to 2 different pages
Hi. I have 1 form I'm using on a page for adding some information. I have an Add button at the bottom that goes to an action page that inserts the data into an Access Database and displays what was inserted. I want to use the same form, but I want to have another button that goes to a different page, but still inserts the data into the database. How do I do this? Below is what I have for the beginning of the form and the button I click on to add it to the database. I won't put all the stuff inside the form so I keep this concise.
<cfform name="AddECNumber" action="add_new_ec_number_action.cfm" method="post">
<input type="button" value="Add" onclick="verify();">
Andy
