email form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kalaram
    New Member
    • Sep 2007
    • 11

    email form

    Hi all friends,
    Can we are create feedback form without using php or any other supported application? how can send an email dirtect our email account.
    plz reply me ASAP.

    Thanks,
    Kalaram
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    Hi,
    Not with only HTML/CSS, you will need to use some kind of serverside to relay the message.

    You can experiment with this tho.....

    Code:
    <a href="mailtto:me@you.com?body=body+goes+here&subject=subject+goes+here">click here to send e-mail</a>

    Comment

    • Kalaram
      New Member
      • Sep 2007
      • 11

      #3
      hello friend,
      Thanks for ur help .
      Can u send me a complete email form for my complete guidance?

      thanks,
      kalaram


      Originally posted by harshmaul
      Hi,
      Not with only HTML/CSS, you will need to use some kind of serverside to relay the message.

      You can experiment with this tho.....

      Code:
      <a href="mailtto:me@you.com?body=body+goes+here&subject=subject+goes+here">click here to send e-mail</a>

      Comment

      • harshmaul
        Recognized Expert Contributor
        • Jul 2007
        • 490

        #4
        Sorry mate,

        Its not done with a form. copy this anchor tag into your html, and click the link, and you'll wee what it does.

        Comment

        Working...