This script opens an e-mail message and inserts the URL and title of the Web page into the body of the message. Additional text can be added to the e-mail message.
How to install this script:
ONE STEP TO INSTALL SEND THIS PAGE:
1. Copy the coding into the BODY of your HTML document
STEP ONE: Paste this code into the BODY of your HTML document
<!-- Original: David Henry (davidputhenry@hotmail.com) --> <!-- Web Site: http://www.davidphenry.com/ -->
<!-- Begin function isPPC() { if (navigator.appVersion.indexOf("PPC") != -1) return true; else return false; } if(isPPC()) { document.write('<b>Send <A CLASS="contact" HREF=\"mailto:\?subject\=Take a look at this page I found, ' + document.title + '?body=You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend</b>'); } else { document.write('<b>Send <A CLASS="contact" HREF=\"mailto:\?body\=Take a look at this page I found, ' + document.title + '. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend</b>'); } // End --> </script>
</font> </div>
Copyright 2006 WebSiteTrax - Hosted by WebSiteTrax.com