Jump to content

Meathook

Members
  • Posts

    3
  • Joined

  • Last visited

Meathook's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. ok thanks,can you give an example of what I can add to the code to make it work?To the code we should add java or something to tell the form to put the 3 inputs IN the email ?w3schools shoud advice that the example ONLY works if there's java or something...
  2. By "correct", do you mean that it's normal that this exemple doesn't work if I substitute the "someone@w3schools.com" WITH MY address to see if it works?
  3. Hi,All the W3school html examples works fine except one : "Send a mail from a form"All it does is opening an outlook email WITHOUT the text in the name, mail and comment text field.Is it because this form is deprecated?Here's the code of the example : <html><body><form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain"><h3>This form sends an e-mail to W3Schools.</h3>Name:<br><input type="text" name="name"value="yourname" size="20"><br>Mail:<br><input type="text" name="mail"value="yourmail" size="20"><br>Comment:<br><input type="text" name="comment"value="yourcomment" size="40"><br><br><input type="submit" value="Send"><input type="reset" value="Reset"></form></body></html>
×
×
  • Create New...