Your Best Hosting
Solution

Keeping it Simple


  Main Menu
     Home Page
     About Us
     Hosting Plans
     Register Domains
     The Good Stuff
     Member Area
     Support Ticket
  Free Extras
     Free Domain Name
     RVSiteBuilder
     WebTraxEditor
     Tutorials
     And Much More
  Important Information
     90 Day Free Trial
     Our Guarantee
     F A Q
  Contact Information
     Contact Us
     Our Forum
  Site Map
     Site Map

Back to Previous Page






Email Address Protector
What it's all about:

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.

How to install this script:
ONE STEP TO INSTALL EMAIL ADDRESS PROTECTOR:

1. Copy the coding into the BODY of your HTML document

STEP ONE: Paste this code into the BODY of your HTML document

<BODY>

<SCRIPT LANGUAGE="JavaScript">

<!-- Original: CDR Software -->
<!-- Web Site: http://www.cdrsoft.com -->

<!-- Begin
user = "username";
site = "example.com";

document.write('<a href=\"mailto:' + user + '@' + site + '\">'); document.write(user + '@' + site + '</a>'); // End --> </SCRIPT>