您好我有以下问题:
我在 iframe 中打开一个网址:
<iframe name="framenamex" id="frameidx"
<a href="urlx.." target="framenamex">..xxx..
然后我想从 iframe 中隐藏 iframe:
<div onclick="javascript:parent.document.getElementById('frameidx').style.visibility='hidden'">
但它不起作用,似乎这个框架没有父级,因为当我调用 parent.location 或 window.top.location 时,我什么也得不到。
请帮忙。提前致谢。