0
我有以下問題:無法獲取父窗口從自身
我的iframe中打開一個網址:
<iframe src="" name="framenamex" id="idframex"
<a href="urlsamedomainx" target="framenamex"...
但後來當我想從iframe中隱藏的iframe:
javascript:parent.document.getElementById('idframex').style.visibility='hidden'
沒有任何反應,好像iframe中沒有父,因爲當我打電話parent.location
或window.top.location
我什麼也沒得到
請幫忙。提前致謝。
可能重複的[如何從JavaScript訪問父iframe](http://stackoverflow.com/questions/935127/how-to-access -parent-iframe-from-javascript) – meagar
iframe的URL和parent的URL是否屬於同一個域? –
是的兩個文件都在同一個服務器 –