Hi, all,
This is what I want to accomplish: I have a very simple form, when the user click submit button, I would like to have input contents to be sent to a e-mail address so I can read them.
How do I do this with ASP? Thanks for advice in advance.
Printable View
Hi, all,
This is what I want to accomplish: I have a very simple form, when the user click submit button, I would like to have input contents to be sent to a e-mail address so I can read them.
How do I do this with ASP? Thanks for advice in advance.
Does this help?
<FORM METHOD=POST ACTION="mailto:[email protected]">
I am trying to do the same thing myself, and it's been documented that the "mailto" function will only work less than half the time because it's the user's machine that has to be set up for this option. Most users do not set up their machine to allow this option to be run automatically. I tried this on two machines here, and one machine worked and the other didn't. Do you have any other suggestions?