In my current logging class I log the browser, browser version and javascript version. The Javascript version I get through
HttpContext.Request.Browser.JScriptVersion
This works fine for IE, but not for any other browser. Is there another way (not javascript based) to detect the installed javascript version?