adspace
How can we send mail using JavaScript?
Answer Posted / naaz
There is no way of sending an email with javascript alone.
Your only possible option is to use a server-side script
(PHP, Perl, ASP) to email the form results to you.
To be more specific, your <FORM> line would look something
like this:
<form method=yest action=myscript.cgi>
The file "myscript.cgi" is a Perl or PHP program you wrote
and uploaded to the server. That program displays the
results to the user and then emails you the results.
It's just a misleading point to say u can still send an
email thru javascript (mailto:) plz understand that it
only opens a client side email program but doesnt send an y
email you wud definitely need a server side language to
send an email
cheerss
| Is This Answer Correct ? | 99 Yes | 30 No |
Post New Answer View All Answers
Write a program using while loop?
How to calculate the difference between two dates using php?
What is the current stable version of php? What advance thing in php7?
What is difference between static and final in php?
What is trait in php?
What is the difference between htmlentities() and htmlspecialchars()?
What is the current stable version of php?
Which variable declarations within a class is invalid in php?
how to detect a mobile device using php
sort term descripttion form, report and uery
Tell me what kind of things have you done on the social side?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
Name and explain five of the PHP error constants?