Wednesday, 5 October 2011

Auto Email


This JavaScript will help you to e-mail anyone. Just click 'E-Mail Someone!' and JavaScript will ask you for the e-mail address, subject, etc. Then, a new mail message is opened for you.

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function mailsome1(){
who=prompt("Enter recipient's email address: ","antispammer@earthling.net");
what=prompt("Enter the subject: ","none");
if (confirm("Are you sure you want to mail "+who+" with the subject of "+what+"?")==true){
parent.location.href='mailto:'+who+'?subject='+what+'';
   }
}
// End -->
</SCRIPT>

0 Responses to “Auto Email”

Post a Comment

Receive Free Updates