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 the use of friend function?

7 Answers   Wipro,


Steps for the payment gateway processing?

0 Answers  


How session manage in wordpress

1 Answers   HCL, ITBS, TCS,


Does php have multiple inheritance?

0 Answers  


What is a php web application?

0 Answers  






how to hidden querystring url please send sample program

2 Answers  


What is happening in the following code $objA = new A(); // A is a class $objB = $objA;

3 Answers   NIIT,


What are string functions?

0 Answers  


Tell me how to create a session? How to set a value in session? How to remove data from a session?

0 Answers  


How can we submit from without a submit button?

0 Answers  


Which is the correct way to check if a session has already been started ?

0 Answers  


What are the different types of PHP arrays?

0 Answers  


Categories