标签: javascript iframe
我有一个iframe,并且在iframe的onload中我想要一行(或多行)代码,它将重新加载主页面(iframe所在的页面)和特定的URL。这行代码是什么?
答案 0 :(得分:2)
以下应该:
top.location.href = "http://stackoverflow.com";