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 php and why we use it?

620


What is the difference between $message and $$message in php?

592


What is regular expression in javascript?

617


Tell me what types of loops exist in php?

702


What is the purpose of constant() function?

665






How many types of array supported in php?

664


Tell me how is it possible to return a value from a function?

712


What is final class and final method in php?

692


Why shouldn't I use mysql_* functions in php?

732


Does php need apache?

632


What is the difference between the include() and require() functions?

1066


How to connect to mysql from a php script?

693


How does php serialize work?

661


Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?

711


What is php data type?

675