How can we send mail using JavaScript?

Answers were Sorted based on User's Feedback



How can we send mail using JavaScript?..

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

How can we send mail using JavaScript?..

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

How can we send mail using JavaScript?..

Answer / 567

56

Is This Answer Correct ?    36 Yes 69 No

Post New Answer

More PHP Interview Questions

what is PDO?

1 Answers  


What is full form of PHP?

1 Answers  


How to merge values of two arrays into a single array?

1 Answers  


Which function is used in php to count the total number of rows returned by any query?

1 Answers  


How to remove leading and trailing spaces from user input values in php?

1 Answers  


Which php framework is best?

1 Answers  


How to write php function in html onclick?

1 Answers  


Tell me what type of operation is needed when passing values through a form or an url?

1 Answers  


How can we submit a form without a submit buttom?

12 Answers   A1 Technology, IBM,


How to add different images in php program like a job site.......

2 Answers  


How to write in a file in php?

1 Answers  


How to register a variable in PHP session?

1 Answers  


Categories