Custom JSP taglib. Body tag LinkArea lets you
make any div into a link. You can use this technique to make any div "clickable".
For example:
<%@ taglib uri="taglib.tld" prefix="a" %> <a:LinkArea href="http://www.servletsuite.com/jsp.htm" style="padding-left:3px;width:200px;border: thin dotted #00FF00"> Coldtags suite presents<br> a largest collection of custom JSP tags </a:LinkArea> and you will get some like this:
Coldtags suite presents
a largest collection of custom JSP tags Tags are: LinkArea Body tag lets you make any div into a link. Body describes a text for your link. Attributes are: 1) href Describes an URL.
for downloading: Library: linkareatag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|