Answer Posted / 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 |
Post New Answer View All Answers
What is npm javascript?
How you can modify XAML content from JavaScript in Silverlight?
Which is better python or javascript?
What is difference between module.exports and export?
What is a method in javascript?
Which is better typescript or javascript?
What are parameters in javascript?
Name the types of functions.
Can you assign an anonymous function to a variable and pass it as an argument to another function?
What is the result of below given line of code in java script? 5+4+'7'?
What is the difference between innerhtml and append() in javascript?
How to create array in JavaScript?
What is the best site to learn javascript?
What are javascript objects?
Explain unescape() in javascript?