If JavaScript is available, you can use the jQuery Browser . If I remember correctly, the implementation is marked as deprecated, but I used it in the past for the project and had no problems with it. The demopage displays the values containing the tuning numbers.
Part of the javascript file I used:
if ($.browser.msie && $.browser.version == '7.0') { // do something }
citronas
source share