Script Categories













Page Details >>> Email Protector.

Here's a clever way to prevent email address collecting robots from grabbing your email address while still making your address available to your visitors.


Look at the souce code of this script to see how to do it.

Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
user = "username";
site = "yoursite.com";

document.write('<center><a href=\"mailto:' + user + '@' + site + '\">');
document.write(user + '@' + site + '</a></center>');
// End -->
</script><br>
<
b>Look at the souce code of this script to see how to do it.</b>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©