How can we send mail using JavaScript?

Answer Posted / lakum

function myfunction(form)
{
tdata=document.myform.tbox1.value;
location=?mailto:dep7abc@leeds.ac.uk?
subject=?+tdata+?/MYFORM?;
return true;
}

Is This Answer Correct ?    96 Yes 65 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to calculate the difference between two dates using php?

549


Which of the delimiter is ASP style?

631


What is use of htmlspecialchars php?

520


What is php7?

628


Tell me how can you pass a variable by reference?

518






What are the advantages of stored procedures in php?

499


What is the special meaning of __sleep and __wakeup?

573


How do you count numbers in php?

509


What is the basic syntax of Php?

624


Why do we use inheritance in php?

538


What are the differences between mysqli_connect and mysqli_pconnect?

539


What are the benefits of composer?

538


Difference between $message vs. $$Message in php.

589


Code to upload a file in PHP?

563


Can I use php in html?

563