当前位置: 代码迷 >> JavaScript >> 如保访问父页,该怎么处理
  详细解决方案

如保访问父页,该怎么处理

热度:46   发布时间:2012-03-01 10:25:46.0
如保访问父页
我在a.html中window.showModalDialog( 'b.html ')
那么在b.html中用哪个对象能访问到a.html
window.parent和window.opener我都试了,不行。


------解决方案--------------------
window.dialogArguments
------解决方案--------------------
http://dev.csdn.net/article/27760.shtm
  相关解决方案