var urlStr = unieap.appPath +"/pages/sts/SellTicketPage.jsp"; var strFeatureInfo='dialogTop:0;dialogWidth:'+(window.screen.availWidth)+'px;DialogHeight='+(window.screen.availHeight)+'px;help=no;center=yes;status:no;resizable:no'; var re = window.showModalDialog(urlStr, obj, strFeatureInfo); //关闭模态窗口刷新 location.reload();
?