Hidden link taglib ver. 1.2

    Custom JSP taglib. Lets you change outbound links from direct urls into internal urls. Taglib converts external links into links pointed to your site and uses JavaScript based redirect for the actual transfer. You can hide your affiliate links for example. For example:
 


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

<h:HiddenLink href="http://bigmap.linkstore.ru">Big Map</h:HiddenLink>

and you will get some like this:

Big Map
 

Tags are:

HiddenLink

Body tag lets you replace external links with JavaScript redirection. Attributes are:

1) href Describes an URL.
2) title Optional attribute. Describes a tooltip and status line.
3) className Optional attribute. Describes a CSS class.
4) style Optional attribute. Describes a CSS style. Default value is color:blue;display:inline;
 

for downloading:

 Library: hiddenlinktag.jar     Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: