IE 弹出框处理经验

//各屏幕弹出窗样式

// 1366*768
var style_1366x768 = "dialogWidth:950px;dialogHeight:650px;help:no;center:yes;status:no;resizable:no;location:yes;";

//弹出窗口示例代码
function showDialog(url,title,style) {
    window.showModalDialog(url, title, style);
}

posted @ 2015-03-30 11:34  德玛西亚冲锋  阅读(168)  评论(0编辑  收藏  举报