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
Explain event bubbling and event capturing in javascript?
What is the benefit of arrow functions?
Difference between window.onload and onDocumentReady?
How to shift and unshift using javascript?
Explain the difference between java and javascript.
What is prototype in javascript and how do you use it?
Can array in javascript be extended?
What is console.log() and why it is used?
How long does it take to get good at javascript?
Which built-in method returns the calling string value converted to upper case?
Is javascript free to install?
How to validate a form in javascript?
Which company developed JavaScript?
What is rest parameters in javascript?
What is the difference between undefined and not defined in JavaScript?