How can we send mail using JavaScript?
Answers were Sorted based on User's Feedback
Answer / live
I want descriptive code for Send Email...
if Member is Register than i send confomation Mail send to
particular member
| Is This Answer Correct ? | 38 Yes | 49 No |
Answer / 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 |
What is the default session out time?
What is a php certification?
What is PEAR?
What is the functionality of the function html entities?
What are the different data types in javascript?
Explain mysql_error().
Is multiple inheritance supported in php?
Which is faster for or foreach?
How is session data stored?
How to get the number of visitors in a site?
How to differentiate isset and empty
6 Answers A1 Technology, Dass Infotech, Microface,
Is php still used?