I need to determine which version of the browser the user is using, however compatibility mode is enabled by default for the entire company.
Server side script, how to determine the real version of the browser?
thanks
Update I have a page showing the version of IE using document.documentMode, however I cannot figure out how to pass this to the server side so that I can use it.
source share