How can I open a popup window from an iframe through javascript?
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?
精彩评论