The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Firefox not reading IE conditional statement as a comment
Fireater989
post Aug 8 2010, 01:25 PM
Post #1





Group: Members
Posts: 3
Joined: 8-August 10
Member No.: 12,456



I chose to redirect users using IE to another webpage asking them to upgrade to another browser. The only way to do this without using JS is through IE conditional statements. I won't use a meta refresh, for obvious reasons. I can't use .htaccess because there's no way to use conditional statements with that. I decided on a php script because my page was already php.
My website is http://spotlight.isgreat.org/
I inserted the script via php include so it shows up as regular html. Here's the script that I put in the head tag:
<!--[if IE]>
<?
header( "Location: http://www.spotlight.isgreat.org/ie.html" );
exit(0);
?>
<![endif]-->
These particular statements trigger on all versions of IE and all other browsers should treat it as a comment, however, Firefox redirects, every time. So, it triggers in IE, as it should, and FF, as it shouldn't, and doesn't trigger in Chrome, as it should, and Safari, as it should.
Sooooooo, Why is this happening in Firefox?

I feel like there is a simple answer staring me in the face...

This post has been edited by Fireater989: Aug 8 2010, 01:33 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 10:58 AM