开发者

How can I open a popup window from an iframe through javascript?

开发者 https://www.devze.com 2023-01-06 23:20 出处:网络
Is ther开发者_运维知识库e any way to do that?As a rule of thumb, you can open a new window in JavaScript with window.open(). It shouldn\'t matter whether the code originates from an iframe or not. Or

Is ther开发者_运维知识库e any way to do that?


As a rule of thumb, you can open a new window in JavaScript with window.open(). It shouldn't matter whether the code originates from an iframe or not. Or am I misunderstanding the question?

0

精彩评论

暂无评论...
验证码 换一张
取 消