This topic is locked

Detecting Browser Type and Version

1/13/2014 11:02:05 AM
ASPRunnerPro General questions
M
Mike Nagel author

I'm working in ASPRunner Enterprise 8 and have run into browser incompatibility. When running apps in IE 8, they don't render properly. Is there a way to detect the version of the user's browser and throw a warning (or just kill the app) if an older browser is being run? Thanks!

admin 1/13/2014

This can be done with the help of some Javascript added to Javascript OnLoad event of one of your first pages i.e. to Login page.
Here is how you can detect IE8:

http://stackoverflow.com/questions/4805900/how-do-i-detect-ie8-using-jquery