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
What are differences between PECL and PEAR?
What is a query give example?
How to find a specific value in an array?
How can you declare a constant variable in php?
What is explode() in php?
How to run the interactive php shell from the command line interface?
Why triggers are used in mysql?
Explain how we can get the number of elements in an array?
Explain me how failures in execution are handled with include() and require() functions?
What is polymorphism with example in php?
How is it possible to set an infinite execution time for php script?
Write a program to find the factorial of a number in php?
What can php do?
Is php faster than python?
Is php deprecated?