sonik555 / ie6-upgrade-warning

Automatically exported from code.google.com/p/ie6-upgrade-warning
0 stars 0 forks source link

IE 9 warning on IE11 #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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