MailTo taglib ver. 1.2

    Custom JSP taglib. This tag helps you to break and then reassemble some email address with JavaScript to help prevent spam. This script prevents spammers and email harvesters from finding your email address on your website. So this tag simply generates mailto hyperlink with JavaScript. For example:
 


<%@ taglib uri="taglib.tld" prefix="m" %>

  <m:Mailto>info@servletsuite.com</m:MailTo>

and you will get the following:

info@servletsuite.com

Tags are:

MailTo

Body tag generates mailto hyperlink. Tag threats own body as an email address. Parameters are: none

for downloading:

Library: mailtotag.jar    Description: taglib.tld

 © Coldbeans      Comments, suggestions?

See also Coldtags suite - the largest collection of custom JSP tags.