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 does the term sticky session mean in a web-farm scenario?

0 Answers  


How can we send mail using Javascript?

1 Answers  


Describe javascript and vbscript.

0 Answers  


What are the different ways to create an array in javascript?

0 Answers  


What is the role of break and continue statements?

0 Answers  






List few difference between java and javascript?

0 Answers  


How can javascript codes be hidden from old browsers that don't support javascript?

0 Answers  


What is enum in javascript?

0 Answers  


How to open a window with no toolbar, but with the location object?

0 Answers  


how can i change colour of a image in aspx file?

0 Answers  


hi i want validations for two dropdown lists in java script.when user enter to second dropdown list by skipping first dropdown list we should get alert box. please help me very urgent

2 Answers  


Can we create buttons in JavaScript ? if yes how? pls provide sample code... Thanks in advance.....

1 Answers   HCL,


Categories