two actions for one form

I have a form that I need to do two different things. I can't seem to get them both to work. I need the form to go to an ASP page to be addd to the database and I need it to go to an email address. I'm not sure this is the right forum but I was wondering if ther is an attribute for the form tag that will do this and if so, what is it!<br />
<br />
Thank you!<!--content-->do you meanwhen you submit a form ,you want it to pass the data to and asp page as well as email the data to an email provided?<br />
I fo so,I am not sure you'll be able to do that.<br />
Some times using IE you can use the onsubmit button to do 2 diff tasks but I am not sure even that is true,since I personally never seen it.<br />
I would like to know otherwise actually..<!--content-->You will need to get asp to send email too. You can't have one form activating two different actions (asp and mailto). Of course other option is to use javascript. But since you are using asp already, why not call a subroutine to send the email?<!--content-->
 
Back
Top