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 viewstate in javascript?
Why does the browser display the slow script warning?
What is the function of deferred scripts?
Explain the for-in loop?
How can a particular frame be targeted, from a hyperlink, in javascript?
Is null === undefined?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
List out all the falsifying tokens in Javascript?
Can you access Cookie using javascript?
What is difference between javascript and jscript?
To write messages to the screen without using "document.write()"?
What is the use of a form in html page? Is there any way to submit the page without using the form.