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 |
Why would you use a sticky session?
What is NaN?
What are the seven data types of javascript?
What is object in javascript?
What are the advantages of using JavaScript?
What percentage of websites use javascript?
<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); }
What is the difference between client side javascript and server side javascript.
How to change style on an element?
what is interface ?
How will you explain closures in javascript? When are they used?
How to enabled 'Strict' mode in JavaScript?