<html>
<title>iframe_test</title>
<head>
</head>
<body>
<iframe src="test_page_with_links.html" width="whatever" height="whatever" /></iframe>
</body>
</html>
我試圖找出一種方法,使iframe人可以添加到他們自己的網站,添加額外的導航鏈接,但如果我嘗試從iframe中更改window.top.location讓我們說/配置文件,瀏覽器去我的網站,這是住房的iframe /配置文件,而不是網站的iframe是/配置文件 - 希望這是有道理的我可以在iframe中更改window.top.location嗎?
你想改變什麼? iframe中的內容或包含iframe的窗口內容? – udidu
Iframes是不可觸及的。你不能改變任何與iframe有關的事情。 –