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

How to create objects in JavaScript?

0 Answers  


What is data type in javascript?

0 Answers  


What is a javascript symbol?

0 Answers  


List few advantages of using javascript?

0 Answers  


java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.

0 Answers  






What is the Use of true or false in Ajax cal using Java Script?

3 Answers   CTS,


Write the code to maximize an image using javaScript?

2 Answers   Infosys,


What is difference between arrow function and normal function?

0 Answers  


Explain the term closure?

0 Answers  


what is syntax of wapper class

1 Answers  


What is the source code for include() & forwrd() method servlet program?

1 Answers  


How to get value from dropdown (select) control?

0 Answers  


Categories