Link to home
Start Free TrialLog in
Avatar of gferro
gferro

asked on

Using a form that sends a email msg as a result and open a response page.

I'm using the code below in order to have as a result of the submition a response page and a email with the values filled in the form:
<form action="mailto:carros@balcao.com.br?subject=Particular" method="post" enctype = "text/plan">
But it's not working the way I want.
First I would like to have another page to be opened as a response, but I don't know what I should do . The page name is Thanks.html and second I'd like to avoid showing a netscape message warning about sending data when I submit the form.
ASKER CERTIFIED SOLUTION
Avatar of Hobbez
Hobbez

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial