I'm using IE 11 and want to check for IE 9 and produce the warning if true.
---statement----
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
[if lte IE 9]><script src="js/ie6/warning.js"></script><script>window.onload=function(){e("js/ie6/")}</script><![endif]
---End statement---
Can anyone help I keep getting a warning off IE 11 and I only want it to work
for IE9.
Thanks in advance :)
Original issue reported on code.google.com by SkipVice...@gmail.com on 3 Apr 2015 at 2:47
Original issue reported on code.google.com by
SkipVice...@gmail.com
on 3 Apr 2015 at 2:47