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 backslash character will match whitespace?
Explain what are psrs? Choose 1 and briefly describe it?
What is c++ polymorphism?
How do I know my xampp version?
How is the comparison of objects done in php?
Do loops php?
What is the difference between abstract class and interface in php?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
How escape single quotes php?
What does the expression exception::__tostring means?
How to create database connection and query in php?
What is helper function?
Is php required for wordpress?
When are you supposed to use endif to end the conditional statement?
Which is better php or nodejs?