摘要:
原来的代码不能执行了,是IE9的原因吗?可其他页面同样的代码好像可以执行!看来得用新的方法了,旧document.parent.frames('ifrm').location.href=href;新代码:window.parent['ifrm'].location.href = href; 阅读全文
posted @ 2011-06-29 13:59 hehoge 阅读(345) 评论(0) 推荐(0)
|
|||
|
摘要:
原来的代码不能执行了,是IE9的原因吗?可其他页面同样的代码好像可以执行!看来得用新的方法了,旧document.parent.frames('ifrm').location.href=href;新代码:window.parent['ifrm'].location.href = href; 阅读全文
posted @ 2011-06-29 13:59 hehoge 阅读(345) 评论(0) 推荐(0) |
|||