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 console.log()?
Hai what is the difference between java and javascript
I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....
What is design pattern in javascript? Explain
Why typeof null is object?
List some design patterns in javascript?
How to get value from radiobuttonlist control?
What is asynchronous javascript?
how to disable source option at view menu in browser like internet explorer...mozilla...etc..pls help me...
How to convert a string to lowercase?
How to create a function in javascript?
Is array a data type in javascript?