The ELinks Installer Features
Sample Installer ResultsThe 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.
![]()
(The examples were created as if the webpage being accessed was at http://www.example.com)
A Successful Implimentation of ELinks An ELink Input Error A mailto link Multiple email errors A Complex Mailto Anchor Tag
Activating The InstallerNote: in all 3 of the examples, the "Language" paramater must precede the "Installer" paramater.In the HEAD sectionEdit the HEAD section of your webpage and add the Installer and Registration key as ELinks value pairs.
In the BODY tag - onload<!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>
Remember when adding paramaters to the onload function the last ELinks paramater must be run:1 in the
In ELinks.js - Default values<!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>
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 InstallerInstaller Requirments
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.
Getting a Registration key - ITI Customers
- The Installer requires a registration key that is specific to your domain name.
- The Installer will not function if used on a domain name other than the one in its registration key.
- The registration key is valid for 1 year
- The registration key validation period can be extended if neccessary.
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 - DonateYou can make a donation to get a registration key here Donate
ITI HostingCheck out ITI's Hosting service Here
Comments & FeedbackPlease send any comments and feedback to .