How can we send mail using JavaScript?

Answer Posted / senthilkumar .g

form action="mailto:you@yourdmainhere.com" method="post"
enctype="text/plain" >
FirstName:<input type="text" name="FirstName">
Email:<input type="text" name="Email">
<input type="submit" name="submit" value="Submit">
</form>

Is This Answer Correct ?    73 Yes 86 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mysqli_real_escape_string?

620


Which will start a session?

646


Explain what are the two main string operators?

593


How to set cookies in PHP?

688


Declare a new variable in php equal to the number 3;

598






Which function would you use to read a line of data from a file in php?

655


Tell us how to redirect a page in php?

614


Is php open source?

633


What is the purpose of basename() function in PHP?

674


What does php mean?

606


What is difference between md5 and SHA256?

607


What is a query in a database?

639


What is the use of mysql_fetch_array in php?

590


What is $_ server request_method == post?

622


How to return a value back to the function caller?

640