Home : ASP.NET Controls : ScrambledEmailLink

ScrambledEmailLink freeware

Displays an email link by making use of a complex javascript. Since web crawlers and Search Engine Bots don't evaluate javascript, they shouldn't be able to recognize another email adress to potentially send unsolicited emails to.

Installation:

(1) Copy "Pentabyte.WebControls.dll" into the "Bin" - directory of your ASP.NET 2.0 web application. Create the "Bin" - directory first, in case it does not exist yet

(2) Place ScrambledEmailLink control to your aspx - page.

<Pentabyte:ScrambledEmailLink Email="......" Subject="webpage" DisplayText="contact webmaster" runat="server" />

(3) Done! You can see the result in the example. Try to search the source code of this page for the email adress! ;-)

Example

ScrambledEmailLink Attributs

Attribute type default description
DisplayText string "" allows an alternativ text
Email string "" email adress to be obfuscated
Subject string "" predefine the subject of the email (if supported by email client)