IE 8 Page Redirect

Hey Guys,

Working on this site to redirect users to different site if they are on IE8.

I can’t see if it works or not I dont have IE8 here is the link…

http://tbayvotes.com/

Here is the code I used inside my head tag, hopefully it works…


<!--[if IE 8]>
		<script type="text/javascript">
    			window.location = "http://www.thunderbay.ca/City_Government/Thunder_Bay_Votes_2014/";
		</script>
<![endif]-->

Edit: Fixed issue

In IE Tester in IE8 the page resolves to http://www.thunderbay.ca/City_Government/Thunder_Bay_Votes_2014/ which would suggest it is working.

BTW you never looked back at my fix in this thread for your other problem. I don;t know if it will work but it seemed to work on a local copy.