[Coco] [Color Computer] What the hell is this ==> rjrtty at aoldot com

George's Coco Address yahoo at dvdplayersonly.com
Thu May 11 21:09:02 EDT 2006


This is what I use to keep email harvesters from finding my email.

This first section can be placed anywhere ahead of the second section...

=============
<SCRIPT LANGUAGE="JavaScript">
var user;
var domain;
var suffix;
function jemail(user, domain, suffix){
document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix 
+ '">' + user + '@' + domain + '.' + suffix + '</a>');
}
//-->
// End -->
</script>
=============

Then this part actually places the "MailTO" on the page where you want it.

=============
<SCRIPT language="JavaScript">
jemail("yourusername", "yourdomain", "yoursuffix"); <ie: 
"donaldduck","yahoo","com">
// End -->
</SCRIPT>
=============

I hope this can help those of you that have websites or webpages. If 
someone's browser doesn't support Java, well it's just too bad. I prefer the 
security over serving everyone.

George 




More information about the Coco mailing list