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 are advantages of .htaccess?
How to define a user function?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
Give the case where we can use get and we can use post methods?
What is isset in php form?
Explain NULL?
What is inheritance in php? How many types of inheritance supports php?
What is constructor and destructor?
Can a trait extend a class php?
What is the purpose of basename() function in PHP?
Can php run without apache?
What is member function?
What is cookie?
List some array functions in php?
What are the correct and the most two common way to start and finish a PHP block of code?