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 variable typing?
What are data structures in javascript?
What is the potential disadvantage of using a sticky session?
Can we create buttons in JavaScript ? if yes how? pls provide sample code... Thanks in advance.....
What makes a relation a function?
What is the real name of JavaScript?
What is the use of Push method in JavaScript?
How to hide javascript code from old browsers that dont run it?
how can we retrieve value from one database server and store them another database server using sql server code
What is difference between local variable and global?
What is the javascript function?
Why is javascript good for websites?