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.
<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.