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
Which is useful for method overloading?
Explain include(), include_once, require() and require_once?
What’s the difference between htmlentities() and htmlspecialchars()?
Tell me how is it possible to return a value from a function?
Is php a mvc?
Why is overriding runtime?
What is a namespace in php?
What is a trait in php?
What are the design patterns in php?
How do I install php?
What is the static variable in function useful for?
What is the difference between characters 34 and x34?
What is final class and final method?
Is php used for frontend or backend?
Is php open source?