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 function is used to read a single character from a file in PHP.
What is the current stable version of php? What advance thing in php7?
What is the best way to change the key without changing the value of a php array element?
What is csrf token and how it works?
What are the different ways to login to a remote server?
Explain what does the unlink() function means?
How do I escape data before storing it in the database?
What is mysqli_query?
Why does php start with variables?
The left association operator % is used in PHP for?
What are the different types of php variables?
Why php is used with mysql?
What is the output of the ucwords function in this example?
Is nan in php?
What is meant by urlencode and urldecode?