How can i detect which browser type the client is using. I have a problem where i have to ask people to use different browser (Firefox) instead of IE. How can i get this inf
From this SO question, a pure html solution using conditional comments:
As warned by the documentation:
As of Internet Explorer 10, conditional comments are no longer supported by standards mode. Use feature detection to provide effective fallback strategies for website features that aren't supported by the browser
I tested it in IE7, IE9, IE10 and IE11. The only version where this did not work was IE10...