|
Custom JSP tag. Lets you delay execution for your JSP page. For example:
<%@ taglib uri="taglib.tld" prefix="do" %> <do:delay seconds="2"/> or you may set delay time (in seconds) as a body
<do:delay>2</do:delay> Tags are: delay Body tag, delays execution. Delay time (in seconds) could be described as a body or as a parameter. Parameters are: 1) seconds delay time
for downloading: Library: delaytag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|