sending e-mail using ASP
-
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:
-
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:
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.
-
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:
You can send email in vb script by making cdo object. There are many articles on cdo object on web.