0

我在 SO::: 看到了与此类似但不完全相同的问题

在我的 webapp 中,通过单击此 html 的按钮从父级创建一个“子”窗口:

<div style='width:100%;  height:100%'><object type="text/html" name ="mapPage" style='width:100%;  height:100%' data='mapPage.html'>

            </object></div>

我想通过单击按钮从父页面运行另一个功能,该按钮将从子页面中清除图形。我该怎么做?由于我没有使用“window.open”来创建孩子,我认为我不能以这种方式处理这个问题吗?我也没有使用 iFrame,所以我相信“window.parent”或类似的东西也不是一个选择......想法?谢谢,杰森

4

0 回答 0