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

What is empty () in php?

520


How do I install php?

596


What is php and its features?

525


What does empty mean in php?

537


How do you check is php not empty?

546






Explain about PHP filter and why it should be used?

555


What are encryption functions in php?

544


How to delete file in php?

522


Is session a cookie?

555


Tell us what is the difference between session_unregister() and session_unset()?

551


Explain the difference between isset() and empty()?

536


What are the difference between array_keys() and array_key_exists() in php?

539


Are php sessions cookies?

506


How can we increase execution time of a php script?

489


What is php built on?

501