string scriptString = "<script language=javascript>var data = window.showModalDialog('a.aspx','','dialogWidth=645px;dialogHeight=610px;help:no;status:no');</script>";if(!this.IsStartupScriptRegistered("Startup"))
{
this.RegisterStartupScript("Startup",scriptString);
}
用这样的方法老出错,提示对象没有指定的属性或方法,可这段脚本写在客户端却没提示错误呀,请大家帮忙看看