Sayfayı arkadaşına gönder (e-mail ile) butonu
<!-- TWO STEPS TO INSTALL E-MAIL THIS PAGE:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<script type="text/javascript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Created by: Jim Stiles: http://jdstiles.com/ -->
<!-- Begin
function mailpage()
{
mail_str = "mailto:?subject= Great JavaScripts " + document.title;
mail_str += "&body= I recommend this JavaScript (yourdomain.com) tip -- " + document.title;
mail_str += ". You should check this out at, " + location.href;
location.href = mail_str;
}
// End -->
</script>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<BODY>
<div align="center"><A HREF = "javascript:mailpage()">E-mail This Page</A></div>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 1.08 KB -->