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