Click to See Complete Forum and Search --> : can you help me with my form


mully673
04-08-2006, 02:11 AM
:) when i press the submit button i dose not send the info to my email address why is this.here is what i have done so far if you can help pls :)


FORM METHOD="POST" ACTION="mailto:mully637@aol.com">
<STYLE TYPE="text/css">
.highlight {background:#ff00ff}
.text {color:#ff00ff}
.both {color:white;background:black}
</STYLE>

<FORM>
<SELECT>
<OPTION SELECTED> This is Option Number One
<OPTION CLASS="highlight"> This is Option Number Two
<OPTION> This is Option Number Three
<OPTION CLASS="highlight"> This is Option Number Four
<OPTION> This is Option Number Five
<OPTION CLASS="highlight"> This is Option Number Six
<OPTION> This is Option Number Seven
</SELECT>

<INPUT TYPE="submit">
</FORM>

Fang
04-08-2006, 02:27 AM
http://www.isolani.co.uk/articles/mailto.html

Daniel T
04-08-2006, 02:29 AM
http://www.netmechanic.com/news/vol3/form_no4.htmWhether or not a visitor can use this method depends on the mail client installed on their computer.You'll want to use a server-side script to process/send form data to an email address.

edit :: GRRAHH! @ Fang