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 to specify argument default values?
How does php strcmp work?
How to count all the lines of code in a directory and sub folder?
What is php key?
Is null check in php?
What is psr in php?
Is a number php?
How do I end a php session?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Why php script is not running in browser?
Can I learn php in a month?
Explain the differences between get and post methods?
What is the difference between single quoted string and double quoted string?
Does https prevent csrf?
When to use get and post request?