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 |
What does js stand for?
What is built in function in javascript?
What is context in javascript?
What are the types used in javascript?
Should you disable javascript?
What is a prompt box in javascript?
How use javascript html?
When do we use JSON.stringify()?
What are the different types of errors supported by javascript?
What are the methods involved in javascript?
What are limitations in javascript?
What is output of undefined * 2 in javascript?