This button will open a pre-populated email. The email will have a subject line and the url of the page the button is on in the body of the mail.
<body>
<div align="center">
<a- Created by Shadow of WebAccess-a>
<script language="JavaScript">
function EmailLink(){
window.location = "mailto:"+"?subject=I thought this link might interest you." + "&body="+document.title+" "+window.location;
}
document.write('<input class="select" TYPE="button" VALUE="E-mail this link to a friend" onClick="EmailLink()"></form>')
</script>
</div>
Feel Free to change the
bold parts