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 variable typing?

0 Answers  


What are data structures in javascript?

0 Answers  


What is the potential disadvantage of using a sticky session?

0 Answers  


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

1 Answers   HCL,


What makes a relation a function?

0 Answers  






What is the real name of JavaScript?

0 Answers  


What is the use of Push method in JavaScript?

0 Answers  


How to hide javascript code from old browsers that dont run it?

0 Answers  


how can we retrieve value from one database server and store them another database server using sql server code

0 Answers   HP,


What is difference between local variable and global?

0 Answers  


What is the javascript function?

0 Answers  


Why is javascript good for websites?

0 Answers  


Categories