Check standards or quirks mode on IE6
Misc December 19th, 2011
To check if a given website is running on standards or quirks mode on IE6, enter the following text on the URL and press enter:
javascript:alert(document.compatMode)
Depending of what you get, you can tell which mode you are running:
- CSS1Compat: Standards Mode
- BackCompat: Quirks Mode
Tags: IE6, Internet Explorer, Quirks
About