简体   繁体   English

从父窗口上的iFrame内容关闭iFrame

[英]Close iFrame from iFrame content on parent window

I have an iframe with id as frame like this: 我有一个ID为框架的iframe,如下所示:

<iframe id="frame" src="page.php"> 

From my page.php page i would like to be able to close the iframe on the parent window. 从我的page.php页面,我希望能够在父窗口上关闭iframe。

Any ideas how this can be achieved? 有什么想法可以实现吗?

Thanks 谢谢

you can call a javascript function from the child page 您可以从子页面调用javascript函数

parent.parentFunctionName should work. parent.parentFunctionName应该工作。

there you can do whatever you want 在那里你可以做任何你想做的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM