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 let keyword in typescript?
What is difference between undefined variable and undeclared variable?
How many types of data types are there?
What does isNaN function do?
Is javascript enabled on my computer?
Write a program that inputs a 5-digit integer from the keyboard and prints if the input number is a palindrome or not. A palindrome is a number which has the same digit from either end.
What are the main functions performed by javascript statements?
What is the best ide for javascript development?
Explain unescape() in javascript?
What are the limitations of javascript?
Javascript, Pass by Value or Pass by Reference?
Explain prototypal/differential inheritance?