apple
02-01-2005, 12:40 PM
Below is the function of passing the message in a Form to the body of outlook express.
function sendMail()
{
window.location="mailto:"+"?message1="+messageForm.message1.value;
}
Remark:
1)message1 - is the text area name
2)messageForm - is the form name
function sendMail()
{
window.location="mailto:"+"?message1="+messageForm.message1.value;
}
Remark:
1)message1 - is the text area name
2)messageForm - is the form name