Having troubles with my email sending code

Discussion in 'HTML & Website Design' started by malac, Oct 14, 2010.

  1. #1
    Hello there,

    I've got some troubles with my email sending code. I'm totally new to html coding so I'm looking for help. When I click on the Submit button it's searching for email sending clients (There are 3 clients on the list: Thunderbird, Yahoo mail and Gmail). I want it to miss this step and to send the email right after clicking on the submit button. Sorry for my english. I hope someone can help me.

    <form method="get" action="mailto:asd@asd.asd"
     enctype="text/plain">
      <table style="top: 465px; height: 306px; left: 55px; width: 518px;"
     border="0" cellpadding="4" cellspacing="0">
        <tbody>
          <tr>
            <td
     style="width: 30%; color: rgb(0, 0, 0); white-space: nowrap;">
            <div align="right"><b>Name:</b> </div>
            </td>
            <td width="100%"> <input name="name"
     size="20" type="text"></td>
          </tr>
          <tr>
            <td style="color: rgb(0, 0, 0); white-space: nowrap;">
            <div align="right"><b>E-mail:</b></div>
            </td>
            <td> <input name="email" size="20"
     type="text"></td>
          </tr>
          <tr>
            <td style="color: rgb(0, 0, 0); white-space: nowrap;">
            <div align="right"><b>Message:</b> </div>
            </td>
            <td><textarea name="comment" cols="40"
     wrap="virtual" rows="10"> </textarea></td>
          </tr>
          <tr>
            <td style="white-space: nowrap;">&nbsp;</td>
            <td> <input name="submit" value="Submit"
     type="submit"><input name="reset"
     value="Reset" type="reset"></td>
          </tr>
        </tbody>
      </table>
    </form>
    
    Code (markup):
     
    malac, Oct 14, 2010 IP
  2. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #2
    GWiz, Oct 15, 2010 IP