模态窗口全屏显示

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();

 

你可能感兴趣的:(jsp)