E-mail


Copy skrip atau download.
<!-- ONE STEP TO INSTALL E-MAIL BUTTON: 
 
   1.  Paste the coding into the BODY of your HTML document  --> 

<!-- STEP ONE: Copy this code into the BODY of your HTML document  --> 
 
<BODY> 

<!-- This script and many more are available free online at --> 
<!-- The JavaScript Source!! http://javascript.internet.com --> 

<FORM> 
<INPUT TYPE="button" VALUE="Click Here to Write to Me" 
onClick="parent.location='mailto:spammer@earthling.net'"> 
</FORM> 

<FORM> 
<INPUT TYPE="button" VALUE="Click Here to Write to Me - Subject 
Predetermined" 
onClick="parent.location='mailto:spammer@earthling.net?subject=Subject Here'"> 
 
</FORM> 

<!-- Script Size:  0.70 KB  -->

 
1