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
What are the different ways to create an array in javascript?
Mention what is the disadvantage of using innerhtml in javascript?
Is javascript enabled on chrome?
How to convert json string to object?
Define event bubbling?
What does unshift() function do in Javascript?
What are the types used in javascript?
How to get height and width of different browser in Javascript?
What do you mean by enumeration?
Which companies are using node js?
what is lazy fetching in hibernate
How do I start a javascript project?
Where do I put javascript in html?
Are namespaces are there in javascript?
What is the ‘Strict’ mode in JavaScript and how can it be enabled?