Custom JSP tag. This taglib lets you define a hyperlink for adding data
to bookmark (favorites in IE). For example:
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).
2) title Optional parameter. Describes a title for the bookmarked page.
By default tag will use the url as a title.
4) className Optional parameter. Describes a CSS class for your hyperlink
5) style Optional parameter. Describes a CSS style for your hyperlink
for downloading:
Library: bookmarktag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.