Custom JSP taglib. Lets you create hyperlinks for sending (sharing) URL's by email.
For example the following code lets you send the current page to your friends:
<%@ taglib uri="taglib.tld" prefix="m" %> <m:SendPage>Send page</m:SendPage> and you will get this: Tags are: SendPage Body tag lets you create a hyperlink for sending (sharing) URL's by email. Attributes are: 1) url Optional attribute. Describes an URL (page). By default it will be a current page.
for downloading: Library: sendpagetag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|