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

How can I execute a PHP script using command line?

4 Answers   Sify,


How is it possible to remove escape characters from a string?

0 Answers  


What are the different ways we can retrive the mysql results using php ? Explain each

1 Answers  


What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?

0 Answers  


when we select some checkboxes and we went for next page if we came back to prevoius page the selcted checkboxe should be checked

2 Answers  






Explain some of the php string functions?

0 Answers  


Is php an oop?

0 Answers  


Tell me what library is used for pdf in php?

0 Answers  


How to change the principal password?

0 Answers  


Write a program to display a table of any given number?

0 Answers  


What is a php namespace?

0 Answers  


Can we override magic methods in php?

0 Answers  


Categories