IEのクラッシュ画面を再現してみる

uupaa2010-06-04


IEでどーぞ



<script>
[,]!=0&&((b=document.body).style.cssText="height:1px;overflow:hidden",
b.innerHTML+='<p style="z-index:99;position:absolute;width:'+b.clientWidth+'px;height:'+b.parentNode.clientHeight+'px;background:url(ie.png) no-repeat 50%" oncontextmenu="return!1">')
</script>

IEのエラーダイアログをキャプチャーした画像を中央に表示し、右クリックを封印し、body に overflow:hidden を設定します。
たったこれだけで、IEが落ちたかのような錯覚に見舞われます。