SyntaxFix
Write A Post
Hire A Developer
Questions
This link contains relevant information on detecting versions of Internet Explorer:
http://tanalin.com/en/articles/ie-version-js/
Example:
if (document.all && !document.addEventListener) { alert('IE8 or older.'); }