Answer Posted / 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 View All Answers
How do you create array in javascript?
What are the boolean operators supported by javascript? And operator: &&
How can we establish connection with java and sql server?
Is javascript free to use?
What are javascript closures?when would you use them?
Why is javascript called richer interface?
What is spread syntax?
What is javascript used for on iphone?
What is javascript tree shaking?
Can you have a function within a function in javascript?
Which built-in method returns the characters in a string beginning at the specified location?
How do you write an if statement in javascript?
How do you trim in javascript?
What is object freeze?
What are the decodeURI() and encodeURI()?