A script for when your users just don’t understand why IE renders your site wrongly.
Display a series of warning messages which looks almost identical to those frequent error messages shown by IE.
Try ignoring the error messages also to see what happens in the end.
As you can see, it is made to work in PHP and print the script element only if the visitor’s Browsers seems to be IE, based on the request headers, and also uses IE‘s conditional tags.
Visit this page using any version of Internet Explorer and you will see.
Messages are shown in the same language of the visitor’s browser. (Currently English and Spanish implemented)
I have found some sites trying to do the same that I do... please check them out if you liked this.
Please give me feedback, tell me if you liked it. Thanks.
(Of course do not forget to try it in Internet Explorer and see what happens)