如保访问父页我在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
