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
What is singleton pattern in php?
How come the code works, but does not for two-dimensional array of mine?
How do I end a php session?
What is better .net or php?
What is the latest version of php?
Tell me how to initiate a session in php?
How do I install php and apache on windows 10?
What is the use of htmlspecialchars in php?
What are escaping characters?
What is the w3c?
Explain PHP?
What is api laravel?
In how many ways we can retrieve the data in the result set of mysql using php?
How would you determine the size of a file in php?
Can php run without apache?