文書の過去の版を表示しています。
Windows Internet Explorer 8
ページのドキュメントモードを表示する
以下の JavaScript を記述するとドキュメントモードを表示できる。
<script type="text/javascript">
<!--
document.write(
"このページのドキュメントモードは " +
"<span style='color: blue'>IE" +
document.documentMode + "</span> です。");
// -->
</script>