ITI Logo

Using ELinks© Installer to find, create and verify your links

The ELinks Installer is available Free to all ITI hosted customers or by making a donation to the project

After running the Installer you can be confident that their no readable email addresses and that the ELinks you have created are error free.
If you've created regular anchor tags with mailto links the Installer will propose the ELink alternatives making converting to Elinks fast and easy.



The ELinks Installer Features 
Features




Sample Installer Results

The following examples show what will appear at the top of your webpage when the Installer has been activated.

The Installer does an in depth analysis of the wegpage and these examples were created to demonstrate some of its capabilities.

ELink Error

(The examples were created as if the webpage being accessed was at http://www.example.com)


A Successful Implimentation of ELinks
Success

Success

An ELink Input Error
ELink Input Error

ELink Error

A mailto link
href mailto link

ELink Error

Multiple email errors
Multiple errors

ELink Error

A Complex Mailto Anchor Tag
Complex Mailto

ELink Error




Activating The Installer
Note: in all 3 of the examples, the "Language" paramater must precede the "Installer" paramater.
In the HEAD section

Edit the HEAD section of your webpage and add the Installer and Registration key as ELinks value pairs.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
   <title>Your Page Title</title>
   <link rel="StyleSheet" href="filenotes.css" type="text/css">
   <script language="JavaScript" type="text/JavaScript" src="filenotes.js"></script>
   <script type="text/JavaScript" src="ELinks.js"></script>
   <script type="text/JavaScript">
     ELinks({Language:"en",Installer:true,rKey:"f347TLsBAAC2XTXczKU/4cB6O7IcTs8BAADEwzTi8VGYufpZ"}); // Language must be assigned before Installer
   </script>

   <style type="text/css">.elink{}</style>
</head>
<body onload="ELinks();">
   Hello World
   <span class="elink" title="info"></span>
</body>
</html>

In the BODY tag - onload

Remember when adding paramaters to the onload function the last ELinks paramater must be run:1 in the

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
   <title>Your Page Title</title>
   <link rel="StyleSheet" href="filenotes.css" type="text/css">
   <script language="JavaScript" type="text/JavaScript" src="filenotes.js"></script>
   <script type="text/JavaScript" src="ELinks.js"></script>
   <style type="text/css">.elink{}</style>
</head>
<body onload="ELinks({Language:"en",Installer:true,rKey:"f347TLsBAAC2XTXczKU/4cB6O7IcTs8BAADEwzTi8VGYufpZ",run:1});">
   Hello World
   <span class="elink" title="info"></span>
</body>
</html>

In ELinks.js - Default values

Open ELinks.js in a plain test editor and change the default Installer value to 'true' as well as entering your registration key.

/* .......... These apply only if you are using the ELinks Installer .......... */
/* Boolean */
,Installer:false // change to true
/* String */
,Language:"en" // other languages may be available in the future
/* Registration key */
,rKey:"f347TLsBAAC2XTXczKU/4cB6O7IcTs8BAADEwzTi8VGYufpZ" // enter your registration key between the quotes




About The Installer

ELinks is availbale to every one for free and will remain that way as my contribution to legitimate internet wesite users.
It was developed to help reduce spam which in turn reduces the unneccessary internet traffic created by the Scum (aka spammers) of the Internet.

The Installer was written to validate and ensure I didn't make any typos in the ELinks I created for the sites I work on.
If you use ELinks and want the comfort of knowing you have created your links error free you can get the Installer by simply making a donation to the project.

Installer Requirments Getting a Registration key - ITI Customers

All websites Hosted by ITI can get a registration key for free. Click here to request your registration key for an

Getting a Registration key - Donate

You can make a donation to get a registration key here Donate

ITI Hosting

Check out ITI's Hosting service Here




Comments & Feedback

Please send any comments and feedback to .



Copyright © 1992 -
ITI Logo