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:HTML Code:<!--[if IE 6]> <meta http-equiv="refresh" content="0;http://www.mysite.com/outdated.html"> <![endif]-->
So would this work?HTML Code:<!--[if lte IE 8]> <meta http-equiv="refresh" content="0;http://www.mysite.com/outdated.html"> <![endif]-->


LinkBack URL
About LinkBacks
Reply With Quote

