How can we send mail using Javascript?



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

Post New Answer

More JavaScript Interview Questions

Why would you use a sticky session?

0 Answers  


What is NaN?

0 Answers  


What are the seven data types of javascript?

0 Answers  


What is object in javascript?

0 Answers  


What are the advantages of using JavaScript?

0 Answers  


What percentage of websites use javascript?

0 Answers  


<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }

0 Answers  


What is the difference between client side javascript and server side javascript.

0 Answers  


How to change style on an element?

0 Answers  


what is interface ?

5 Answers  


How will you explain closures in javascript? When are they used?

0 Answers  


How to enabled 'Strict' mode in JavaScript?

0 Answers  


Categories