How can we send mail using JavaScript?
Answer Posted / viswambharan
<script type="text/javascript" language="javascript">
<form action = "mailto:http://www.gmail.com" enctype="text/plain" method="post">
First Name:<input type="text" name="Firstname" id="name">
Email Address:<input type="text" name="Email Address" id="email">
<input type="submit" name="Sent Mail" id="Send">
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How do I clear my browser session?
What is the difference between rest and soap?
What does $_server means?
What is the role of php?
What is the differences between $a != $B and $a !== $B?
Explain mysql_error().
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What does the expression exception::__tostring means?
How I can control asset documents without GR/IR?
When do sessions end?
Define object-oriented methodology?
Which is the dependent variable?
What is isset php?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What is use of count() function in php?