Help and Support Site  

 

Anti-spam e-mail address script

AUTHOR: Public domain
TYPE: Freeware
BROWSERS: Javascript enabled all

This script allows you to place an e-mail link on your page while masking the address from spam robots. You can hide your e-mail address on a web page and avoid spammers grabbing it. The e-mail address is stored on the server in a disassembled form which is later re-assembled by the browser using Javascript. Spam robots generally perform simple text searches for valid e-mail addresses and they will not be able to harvest any e-mail addresses from your web pages if you use this script.

EXAMPLE


1) Insert this script in the <BODY> section where you want the email address to appear in the page.

then copy (CTRL-C) & paste (CTRL-V)

 

2) Define the parts of the e-mail address in this section of the script:

// Example for email@lisp.com.au
 
var stb_domain = "lisp.com.au"
// domain name
var stb_user = "email"
// the username



LiSP Pty Ltd

Page design by DebWeb and Maintenance by LiSP Webmaster
Last Update: 05-Jul-2004

© LiSP Pty Ltd 1995-2002