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
Is php better than java?
Which variable declarations within a class is invalid in php?
Do you know design patterns. List few?
Tell me how do I check if a given variable is empty?
What is the goto statement useful for?
What is urlencode and urldecode in php?
How can you upload a file using php?
How do you end a session in php?
What is the most common http method?
What is php glob?
How to set session.gc_maxlifetime properly?
What is the default time in seconds for which session data is considered valid?
What is mysql in php?
What is the basic syntax of Php?
Tell me what are the correct and the most two common way to start and finish a php block of code?