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.
for downloading: Library: hiddenlinktag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|