美文网首页
window.open 操作记录

window.open 操作记录

作者: Micro同学 | 来源:发表于2018-11-19 16:01 被阅读7次

根页面发出window.open指令

window.open('http://localhost/normal/register', '_blank','width=800,height=600,top=200px,left=200px')
// 注册必要事件 e为可选传参
window.handleRegister = function (e) {
  alert('呀哈哈看这里呀喂!' + e)
}

open页面发送事件给根页面

window.opener.handleRegister('呀呀呀')

相关文章

网友评论

      本文标题:window.open 操作记录

      本文链接:https://www.haomeiwen.com/subject/milafqtx.html