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
How to replace all occurrences of a string in JavaScript?
Explain how can you submit a form using JavaScript?
What is scope of variable in javascript?
How do I start a javascript project?
Is javascript whitespace sensitive?
What is the difference between call & apply?
What is null javascript?
java pgme for class members hours:minutes:seconds then the constructor expects milliseconds as assignment and initialize data members the members function print hh:mm:ss 90,000 milliseconds passed in constructor then the output is 00:01:30
How do functions work in javascript?
What are the different types of errors available in javascript?
What is event target in javascript?
Should you use var or let?
Why do you need javascript?
Is javascript enabled on chrome?
If we want to return the character from a specific index which method is used?