Custom JSP tags library. Custom tag maximizeWindow
lets you automatically maximize the browser window. For example:
<%@ taglib uri="taglib.tld" prefix="m" %> <m:maximizeWindow/> and this page must be maximized. Tags are: maximizeWindow tag lets you automatically maximize the browser window. Parameters are: 1) cond Optional parameter. Describes a boolean value this processing depends on. Default value is true (maximize) resizeWindow tag lets you automatically resize the browser window. Parameters are: 1) width Describes a width
For downloading: Library: maxwin.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|