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

What is console.log()?

1 Answers  


Hai what is the difference between java and javascript

2 Answers  


I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....

1 Answers  


What is design pattern in javascript? Explain

1 Answers  


Why typeof null is object?

1 Answers  


List some design patterns in javascript?

1 Answers  


How to get value from radiobuttonlist control?

1 Answers  


What is asynchronous javascript?

1 Answers  


how to disable source option at view menu in browser like internet explorer...mozilla...etc..pls help me...

2 Answers   IIS,


How to convert a string to lowercase?

1 Answers  


How to create a function in javascript?

1 Answers  


Is array a data type in javascript?

1 Answers  


Categories