Custom JSP taglib lets you create a link in your XHTML code for sending SMS.
SMS will be send via user's mobile as soon as the user click on the link. For example:
<%@ taglib uri="taglib.tld" prefix="s" %> <s:smsto phone="1234567" text="Please call me">Send SMS</s:smsto> Tags are: smsto Body tag lets you create a link for SMS sending. Tag's body will be used as an anchor. Parameters are: 1) phone Optional attribute. Describes a phone number.
for downloading: Library: smstotag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|