<util:browserinfo>
// using default name BrowserInfo.setFromRequest(request); // or userdefined name "myinfo" BrowserInfo.setFromRequest(request, "myinfo");The BrowserInfo object can be used internally to check if Javascript is supported on the client side.
Attribute | Type | Description | Req. | RTExp |
name | String | Specifies the name of the field. If no name is specified it will be named com.cc.framework.Globals.browser (see Globals.BROWSER_INFO_KEY). |
|