`
zc_888
  • 浏览: 20166 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
文章分类
社区版块
存档分类
最新评论

window.open

 
阅读更多

var url = "${_contextPath}/message/messageContent/select.do";
var winWidth = (window.screen.width-1000) / 2;
var winHeight = (window.screen.height - 300) / 2;
window.open(url,"","height=300,width=1000,top=" + winHeight + ",left=" + winWidth + ",toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no");

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics