iframe中嵌的页面中使用top.window.location跳转出错!!!why?
提示top.window为空或对象不存在,这是什么意思?
我以前一直这么用的啊。出错的这个页面不过就是javascript程序多了些。这个应该不会影响的吧?
------解决方案--------------------top.location.href= "1.xxx "
------解决方案--------------------window.opener.location.href= ' ';
window.parent.location.href= ' ';
试试