jmixmaster29
New Member
- Messages
- 29
- Reaction score
- 0
- Points
- 0
Some of my elements on my site don't with with IE8 and below, so I was wondering if you could do this. I would want it to redirect the page to an "/outdated.html" page that would give links for them to upgrade. After a little bit of research, I found this:
But according to some replies to where I found that, I would want:
So would this work?
HTML:
<!--[if IE 6]>
<meta http-equiv="refresh" content="0;http://www.mysite.com/outdated.html">
<![endif]-->
But according to some replies to where I found that, I would want:
HTML:
<!--[if lte IE 8]>
<meta http-equiv="refresh" content="0;http://www.mysite.com/outdated.html">
<![endif]-->
So would this work?
Last edited: