<html>
<body>
This document is displayed in IE
<script>
document.write(document.documentMode);
</script>
mode
<p><b>Note:</b> IE Only! The documentMode property is supported in IE8+.</p>
<p><b>Note:</b> If no !DOCTYPE is specified, IE8 renders the page in IE5 mode!</p>
</body>
</html>