首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

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

2012-03-01 
如保访问父页我在a.html中window.showModalDialog( b.html )那么在b.html中用哪个对象能访问到a.htmlwindo

如保访问父页
我在a.html中window.showModalDialog( 'b.html ')
那么在b.html中用哪个对象能访问到a.html
window.parent和window.opener我都试了,不行。


[解决办法]
window.dialogArguments
[解决办法]
http://dev.csdn.net/article/27760.shtm

热点排行