browser"
From Documentation
m |
|||
Line 16: | Line 16: | ||
=Version History= | =Version History= | ||
− | + | {{LastUpdated}} | |
{| border='1px' | width="100%" | {| border='1px' | width="100%" | ||
! Version !! Date !! Content | ! Version !! Date !! Content |
Revision as of 08:18, 17 December 2010
boolean browser(String type);
Returns whether the current request is coming from the browser of the specified type.
Parameters:
- type - the type of the browser.
- Allowed values include "robot", "ie", "ie6", "ie6-", "ie7", "ie8", "ie9", "ie7-", "ie8-",
- "gecko", "gecko2", "gecko3", "gecko2-", "opara", "safari"
- Note: "ie6-" means Internet Explorer 6 only; not Internet Explorer 7 or other.
Version History
Version | Date | Content |
---|---|---|