Jump to content

Meathook

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Meathook

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