Send page taglib ver. 1.2

    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:

Send page

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.
2) subject Optional attribute. Describes a subject for the letters
3) text Optional attribute. Describes a text for your letters
4) style Optional attribute. Describes a CSS style for your hyperlink
5) className Optional attribute. Describes a CSS class for your hyperlink

for downloading:

Library: sendpagetag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: