joel
07-24-2003, 01:10 PM
hi forum
I'm a newbie to Javascript and i'm having a problem with the mailto-function.
basically i just copied a script from javascript.internet.com to have a form send to my email-adress. The form header looks like this:
<FORM ENCTYPE="text/plain" NAME="test" METHOD='POST'
ACTION='mailto:nonova@bluemail.ch?subject=Web Message' onSubmit="return submitForm()">
...and since my browser (opera) tells me (in an alert) that an email is going to be send and asks if i want to reveal my adress to the recipient i think the form should be ok.
But: I never receive any Email. I even tried to send to a different email-adress, but that one received nothing as well.
The source that i pretty much left untouched can be found HERE (http://javascript.internet.com/forms/suggestions.html)
Plus i tried another script (This one (http://www.chepd.mq.edu.au/boomerang/teaching.www/mailForm.htm)), again just changing the email-adress to be my own - that didnt work, too...
I'm desperate... :confused:
I'm a newbie to Javascript and i'm having a problem with the mailto-function.
basically i just copied a script from javascript.internet.com to have a form send to my email-adress. The form header looks like this:
<FORM ENCTYPE="text/plain" NAME="test" METHOD='POST'
ACTION='mailto:nonova@bluemail.ch?subject=Web Message' onSubmit="return submitForm()">
...and since my browser (opera) tells me (in an alert) that an email is going to be send and asks if i want to reveal my adress to the recipient i think the form should be ok.
But: I never receive any Email. I even tried to send to a different email-adress, but that one received nothing as well.
The source that i pretty much left untouched can be found HERE (http://javascript.internet.com/forms/suggestions.html)
Plus i tried another script (This one (http://www.chepd.mq.edu.au/boomerang/teaching.www/mailForm.htm)), again just changing the email-adress to be my own - that didnt work, too...
I'm desperate... :confused: