Sys.Browser.version Field
Gets the version number of the browser.
var version = Sys.Browser.version;
Return Value
The version number of the browser. This field returns the value of the Sys.Browser.documentMode field when the version number is less than or equal to 8 and the user agent is MSIE (Microsoft Internet Explorer).