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 interfaces in php?
How to block direct directory access in PHP?
What is php session_start() and session_destroy() function?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is php regular expression?
What is null value in php?
What is php and sql used for?
What does pear stand for?
Write a program using while loop?
What is the difference between nowdoc and heredoc?
Write a program to display reverse of any number?
discuss the issue of software theft in ghana and how it has affected the economy
What is the purpose of using php?
What is php crud api?
What is final keyword in php?