网页引入Extjs4.0.7框架后,用firefox浏览器加载时,好多警告信息,加载很慢
本人初学,照着视频做了个小例子,用firefox加载页面时,firebug中出现几百条警告信息,很慢很慢,有时firefox直接崩溃,我更崩溃!
http://img.my.csdn.net/uploads/201304/01/1364826445_5420.jpg
0401.html内容为:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<link rel="stylesheet" type="text/css" href="../ext4.0/resources/css/ext-all.css">
<script type="text/javascript" src="../ext4.0/bootstrap.js"></script>
<script type="text/javascript" src="0401.js"></script>
</head>
<body>
</body>
</html>
(function(){
Ext.onReady(function(){
alert(12);
})//onReady
})();