Okay so I posed a question like this earlier and did not get what I was looking for. I have created a web site, and i created a form when I hit the submit button my outlook pops up and I dont want to do that. If I use a CGI when the E mail is sent the lady I am making the site will see that advertisements and I dont want that either. Can someone look over this code and tell me what I am doing wrong to get the outlook to not pop up. I have go daddy as my hosting.
<FORM METHOD=POST ACTION="mailto:jiffymixx2000@yahoo.com" ENCTYPE="text/plain">
<INPUT TYPE="text" NAME="username"> : name <BR>
<INPUT TYPE="text" NAME="email"> : email <BR>
comments <BR>
<TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard">
</TEXTAREA>
<INPUT NAME="redirect" TYPE="hidden" VALUE="index.html">
<INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html">
<BR>
<INPUT TYPE="submit" VALUE="Send">
<INPUT TYPE="reset" VALUE="Clear">
</FORM>
Mailto form in dreamweaver HELP!?
Ther reason outlook is popping up is it's your default mail..you probably need to get in touch with the hosting company about this.
Mailto form in dreamweaver HELP!?
If you have a php on your server use this form instead, it will go straigt to the emailee.
http://www.thesitewizard.com/wizards/fee...
The way your doing it, oulook will always popup because of the "mailto" command.