M
Mike John
how can i include the current page in the body of the
email. I was only to put text.
Syntax:
<html>
<body>
<input type ="Button" onclick= "eman()">
<SCRIPT LANGUAGE=JAVASCRIPT>
function eman()
{
var e_add= '(e-mail address removed)';
var subj= 'hellow';
var e_body= 'Found some information on '
var about= document.title + " at the following
address";
var elink= " " + document.location ;
window.location="mailto:"+e_add+"?
subject="+subj+"&body="+e_body+about+elink;
alert("ADF");
}
</SCRIPT>
</body>
</html>
Sincerely yours
Mike John
email. I was only to put text.
Syntax:
<html>
<body>
<input type ="Button" onclick= "eman()">
<SCRIPT LANGUAGE=JAVASCRIPT>
function eman()
{
var e_add= '(e-mail address removed)';
var subj= 'hellow';
var e_body= 'Found some information on '
var about= document.title + " at the following
address";
var elink= " " + document.location ;
window.location="mailto:"+e_add+"?
subject="+subj+"&body="+e_body+about+elink;
alert("ADF");
}
</SCRIPT>
</body>
</html>
Sincerely yours
Mike John