godseraph / artdialog

Automatically exported from code.google.com/p/artdialog
0 stars 0 forks source link

外部的一个iframe嵌入原本正常的框架集后无法穿越 #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
如下面的代码  单独打开src里的地址可进行框架间的穿越  
而外部再嵌入一个iframe时就不能穿越
相当于 iframeA的src是一个iframeB 而iframeB的src是一个frameset
<html>
    <head></head>
    <body>
            <iframe src="http://www.planeart.cn/demo/artDialog/_doc/iframe_frameset.html" style="width:800px;height:600px"></iframe>
        </body>
</html>

Original issue reported on code.google.com by dr.l...@gmail.com on 7 Nov 2012 at 5:58