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
What is php and why we use it?
What is the difference between $message and $$message in php?
What is regular expression in javascript?
Tell me what types of loops exist in php?
What is the purpose of constant() function?
How many types of array supported in php?
Tell me how is it possible to return a value from a function?
What is final class and final method in php?
Why shouldn't I use mysql_* functions in php?
Does php need apache?
What is the difference between the include() and require() functions?
How to connect to mysql from a php script?
How does php serialize work?
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?
What is php data type?