JSP CUSTOM TAG LIBRARIES


browsertag tag
Identifies the capabilities associated with the current (or specified) browser. Either returns the value of the capability or conditionally evaluates the body of the tag based on whether or not the browser supports the passed capability.

You can evaluate the following capabilities:

Note These capabilities are read from the Notes browser.cnf file and are NOT case sensitive when passed to the tag.

Contexts

Valid in:


Syntax
Attributes

The following attributes are optional:

id


supports
useragent
value
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

See Also