Custom JSP tag. This taglib lets you define a hyperlink for adding data
to bookmark (favorites in IE). For example:
<%@ taglib uri="taglib.tld" prefix="b" %> <b:Bookmark title="Coldtags suite:bookmark">Add bookmark</b:Bookmark> and you will get this: Tags are: Bookmark Body tag. Lets you define 'bookmark this' hyperlink. Parameters are: 1) url Optional parameter. Describes an URL for the bookmarked page. By default tag will use
the current url (current page).
for downloading: Library: bookmarktag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|