Click to See Complete Forum and Search --> : Problems With E-mail Form


moshlp
07-08-2003, 02:09 PM
I want to use use an e-mail form in my webpage.I´m using the following script:

<FORM METHOD=GET ACTION="mailto:dperon@hotmail.com">
<H3>Do you like this page?</H3>
<INPUT NAME="choice" TYPE="RADIO" VALUE="1">Not at all.<BR>
<INPUT NAME="choice" TYPE="RADIO" VALUE="2" CHECKED>Waste of time.<BR>
<INPUT NAME="choice" TYPE="RADIO" VALUE="3">Worst site of the Net.<BR>
<INPUT NAME="submit" TYPE="SUBMIT" VALUE="Send">
</FORM>

the problem is that when I press the SEND button ,a box appears saying to start Outlook.I just want it to send the e-mail,not through Outlook.Any idea???

p/s:I´m using windows XP,maybe it´s because of that.

requestcode
07-08-2003, 02:11 PM
I believe with the newer browsers IE5+ and NS6+ you are going to get that. You would be better off using a Server Side solution such as Perl or PHP. You could then get the functionality that you want.

moshlp
07-08-2003, 02:14 PM
ok,how do I do that?,tutorials?

moshlp
07-08-2003, 05:18 PM
PLEASE HELP!!!!!!!!

pyro
07-08-2003, 05:19 PM
For PHP: http://forums.webdeveloper.com/showthread.php?s=&threadid=9543#post48748