Preload images taglib ver. 1.1


    Custom JSP tags library lets you preload images on your pages. Tag simply creates JavaScript code that preloads the given images to speed up page display. For example:
 


<%@ taglib uri="taglib.tld" prefix="p" %>

<p:PreloadImages>myfile.jpg, /dir/mypic.png </p:PreloadImages>

Tags are:

PreloadImages

Body tag lets you preload images on your pages. Tag's body presents a commas separated list of images. Attributes are:

1) cond Optional parameter. Describes a boolean value tag's behavior depends on. Default value is true (preload images).

for downloading:

Library: preloadimgtag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: