SMS to taglib ver. 1.1

    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.
2) text Optional attribute. Describes a text for SMS.
 

for downloading:

 Library: smstotag.jar     Description: taglib.tld  

 © Coldbeans      Comments?

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

Also in Coldtags: