BrowserWindow.
Returns the browser version for a browser window.
This functionality is supported only if you are using the Open Agent.
sText = GetUserAgent()
Variable | Description |
---|---|
sText | The browser version of the browser window. STRING. |
function IsInternetExplorer7(WINDOW browserWindow) return StrPos("MSIE 7", browserWindow.GetUserAgent())