Browser Plugin
Back to plugins | Download plugin
The Browser plugin provides detailed information on the current browser environment.
- agent (msie, firefox, chrome...)
- engine (gecko, webkit, trident...)
- version (client version)
- platform (linux, mac, windows...)
- script (JavaScript version)
- cookie (cookies enabled)
- w (screen width)
- h (screen height)
- x (mouse X position)
- y (mouse Y position)
-
page
- w (page width)
- h (page height)
- x (page left scroll)
- y (page top scroll)
- button (left, right, middle)
- key (keyboard keyCode)
- event (event object)
The plugin only has internal functions which are called upon including the script and fired by specific events. These functions populate the above properties based on the current client software used by the user to view your site and interactions on the page.