asp.net弹出页面及关闭页面 f
打开模态窗口
方法一:window.open("Default.aspx","勤廉指
数","location=no,menubar=no,scrollbars=no,left=0,top=0,width="+window.screen.
width+",height="+(window.screen.height)+",resizable=yes,toolbar=no");
方法二:window.showModalDialog
('Default.aspx',window,'dialogLeft:0;dialogTop:0:dialogWidth:'+
window.screen.width + ';dialogHeight:'+window.screen.height
+';center:yes;help:no;resizable:yes;status:no');
关闭模态窗口
window.opener=null;
window.open("","_self");
window.close();

浙公网安备 33010602011771号