How can we send mail using Javascript?
Answer / sai dasika
Unfortunately we can't send a mail using javascipt directly.
You can use a form action attribute like
action="mailto:id@id.com&"+Subject+Body
Doing this you would use your default mail client setup on
your system to send a mail.
for further reference see the following link:-
http://www.webmasterworld.com/forum91/4864.htm
| Is This Answer Correct ? | 0 Yes | 0 No |
Why are callbacks used?
What are local variables in javascript?
What do I need to code javascript?
Write a JavaScript function which can take any number of strings as arguments and outputs them as a single concatenated string.
What is the scope variable in javascript?
What’s relationship between javascript and ecmascript?
How do you create array in javascript?
Why javascript is dangerous?
Where can I learn javascript for beginners?
What is a good javascript editor?
Is it possible to use javascript to change the meta-tags of the page?
What is the Infinity property used for in Javascript?