Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. sending e-mail using ASP

sending e-mail using ASP

Scheduled Pinned Locked Moved Web Development
questionjavascriptcombeta-testingcode-review
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Genius Boy
    wrote on last edited by
    #1

    hello..:rose: im currently designing a personal site and i made a feedback page that has the following code:

    <FORM ACTION="" METHOD="POST">
    Your Name: <INPUT TYPE="text" NAME="Name">
    Your Email: <INPUT TYPE="text" NAME="Email">
    Your Comments: <TEXTAREA NAME="comments"></TEXTAREA>
    <INPUT TYPE="SUBMIT" NAME="submit" VALUE="Send feedback">
    </FORM>

    My question is: Is there any way to send all these form fields to my personal e-mail (xxx@hotmail.com) using javascript or any other scripting language????:confused:

    S F 2 Replies Last reply
    0
    • G Genius Boy

      hello..:rose: im currently designing a personal site and i made a feedback page that has the following code:

      <FORM ACTION="" METHOD="POST">
      Your Name: <INPUT TYPE="text" NAME="Name">
      Your Email: <INPUT TYPE="text" NAME="Email">
      Your Comments: <TEXTAREA NAME="comments"></TEXTAREA>
      <INPUT TYPE="SUBMIT" NAME="submit" VALUE="Send feedback">
      </FORM>

      My question is: Is there any way to send all these form fields to my personal e-mail (xxx@hotmail.com) using javascript or any other scripting language????:confused:

      S Offline
      S Offline
      SeMartens
      wrote on last edited by
      #2

      Hi, eh sorry, but isn't it a bit complicated to send an email to you? You are using an ASP application, so why don't you use the values stored within the fields on your server. There you could send a mail to yourself if you like... But if you still want to use javascript, have a look here: http://www.javascript-coder.com/javascript-form/javascript-email-form.phtml[^] Regards, Sebastian

      It's not a bug, it's a feature! Me in Softwareland.

      1 Reply Last reply
      0
      • G Genius Boy

        hello..:rose: im currently designing a personal site and i made a feedback page that has the following code:

        <FORM ACTION="" METHOD="POST">
        Your Name: <INPUT TYPE="text" NAME="Name">
        Your Email: <INPUT TYPE="text" NAME="Email">
        Your Comments: <TEXTAREA NAME="comments"></TEXTAREA>
        <INPUT TYPE="SUBMIT" NAME="submit" VALUE="Send feedback">
        </FORM>

        My question is: Is there any way to send all these form fields to my personal e-mail (xxx@hotmail.com) using javascript or any other scripting language????:confused:

        F Offline
        F Offline
        faizurrahman
        wrote on last edited by
        #3

        You can send email in vb script by making cdo object. There are many articles on cdo object on web.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups