您的位置:首页 > 运维架构

window.open()

2015-07-01 14:35 344 查看
if (document.all) {

//IE

feature = "dialogWidth:1002px;dialogHeight:590px;status:no;help:no";

window.showModalDialog("${basePath}/page/toservice.html", null, feature);

}else {

//非IE

feature = "width=1002,height=590,menubar=no,toolbar=no,location=no,scrollbars=no,status=no,modal=yes";

window.open("${basePath}/page/toservice.html", null, feature);

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: