毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> WEB开发 >> 正文

Microsoft JScript 运行时错误: 无法获取属性“_unload”的值: 对象为 null 或未定义

更新时间:2013-2-1:  来源:毕业论文

Microsoft JScript 运行时错误: 无法获取属性“_unload”的值: 对象为 null 或未定义
目前正在学习ExtJS框架,写了一个简单的例子,如下:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www-.w3.-org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http-://www.w3.-org/1999/xhtml">
<head> 
    <title></title> 
   <link href="CSS/ext-all.css" rel="stylesheet" type="text/css" />   新年祝福网页 
   <script type="text/javascript" src="Scripts/ext-base.js" />
   <script type="text/javascript" src="Scripts/ext-all.js" />
    <script type="text/javascript">
        Ext.onReady(function () {
            var win = new Ext.Window(
            { title: "hello",
                width: 300,
                height: 200,
                html: '<h1>Hello,easyif open source</h1>'
            });

            win.show();
        });
    </script> 
</head>
<body></body>
</html>

注意: CSS/ext-all.css,Scripts/ext-base.js,Scripts/ext-all.js已经引用,版本是3.0的,开发环境用的是VS2010.
运行后发现:Microsoft JScript 运行时错误: 无法获取属性“_unload”的值: 对象为 null 或未定义

1、确保相关js引用准确无误
2、window里的对象参数要有id属性 这是常识
3、看你的代码 也没指定渲染到哪个dom元素上啊?

先自己试试吧 有问题把具体代码和错误晒出来再说~~
Ext.onReady(function () {             var win = new Ext.Window(             { title: "hello",                 <SPAN style="COLOR: #ff0000">id : "abc",                 renderTo : Ext.getBody(),</SPAN>                width: 300,                 height: 200,                 html: '<h1>Hello,easyif open source</h1>'            });               win.show();         });

Ext.onReady(function () {              var win = new Ext.Window({  title: "hello",  id : "abc",  renderTo : Ext.getBody(), width: 300,                  height: 200,                  html: '<h1>Hello,easyif open source</h1>'            });                win.show();          });

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。