Top window taglib ver. 1.3

    Custom JSP taglib. Tag topWindow lets you invoke your JSP page in the top window. It is a standard task if your system uses (or may use) HTML frames.

For example:
 


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

<!-- make sure we are using the top window -->
 <top:topWindow/>

Tags are:

topWindow

Moves your current HTML window on top. Parameters are:

1) cond Optional parameter. Describes a boolean value this processing depends on. Default value is true (move on top)

for downloading:

Library: topwin.jar    Description: taglib.tld

© Coldbeans      Comments?

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

Also in Coldtags: