如下测试:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>测试一下</title>
</head>
<body>
<script language="javascript">
function mystop(){
if(!!(window.attachEvent && !window.opera))
{document.execCommand("stop");}
else
{window.stop();}
}
mystop(); //浏览器停止解析操作
</script>
就是不出来。
</body>
</html>
——来自伟大的浏览器
>>Opera/9.80 (Windows NT 5.1; U; zh-cn) Presto/2.10.229 Version/11.64