Chrome浏览器接受以下命令行:
function LoadPage() {
document.getElementById('frame-floating').src = window.parent.location;
}
window.onload=LoadPage
<iframe id="frame-floating" src="" width="100%" height="1000"></iframe>
但它对Firefox和IE完全没用,你可以在这里尝试很多浏览器:http://hangaumy.com/test.html
他们不接受window.location吗?