我有以下问题:
我在 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
我什么都没有得到
请帮忙。提前致谢。