关闭窗体
在主页面中
function show()
{
var bRef=window.showModalDialog( 'page.aspx ', ' ', 'dialogHeight:490px;dialogWidth:510px;help:no;toolbar:no;status:no; ');
}
<A onclick= "show() " style= "CURSOR: hand " target= "Right "> 班次设置 </A>
在模式窗口中的后台程序中
this.Page.RegisterClientScriptBlock( "关闭窗 ", " <script> window.close() </script> ");
关闭不了模式窗口```````
出现错误是什么原因啊``
------解决方案--------------------// page.aspx
<head>
<title> ...
<base target= "_self "> </base>