jayarjo
jayarjo

Reputation: 16716

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

Is there any way to do that?

Upvotes: 1

Views: 4594

Answers (1)

TNi
TNi

Reputation: 16672

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?

Upvotes: 4

Related Questions