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 is pop()method in JavaScript?
What is the most popular javascript library?
What are types of javascript?
What are the features of javascript?
How do you declare javascript?
How do you sort in javascript?
what are the differences between as2 and as3?
How many functions are there in javascript?
How to define a named function in JavScript?
What is output of “20” + 20? In javascript?
What is escape() function?
What is the use of a date object in javascript?