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


Please Help Members By Posting Answers For Below Questions

What is the difference between echo print and print_r in php?

523


Write down the code for save an uploaded file in php.

535


How can we display information of a variable and readable by human with php?

573


How do you put a space in html?

520


Does php 7 support multiple inheritance?

516






How to get length of an array in PHP?

571


Which is better php or wordpress?

524


How to read a file in binary mode?

642


What are the advantages of oops in php?

565


How to generate a form?

617


What is difference between get and post in php?

616


What is mean tnq

1089


Explain about require and include function?

573


How to insert an new array element in array?

538


What is the difference between abstract class and interface in php?

529