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


Please Help Members By Posting Answers For Below Questions

Write a program using while loop?

1128


How to calculate the difference between two dates using php?

1151


What is the current stable version of php? What advance thing in php7?

1100


What is difference between static and final in php?

1114


What is trait in php?

1072


What is the difference between htmlentities() and htmlspecialchars()?

1100


What is the current stable version of php?

1130


Which variable declarations within a class is invalid in php?

1052


how to detect a mobile device using php

1177


sort term descripttion form, report and uery

2257


Tell me what kind of things have you done on the social side?

1071


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

1082


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

1997


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

2181


Name and explain five of the PHP error constants?

1043