views:

44

answers:

1

Is there any way to do that?

+3  A: 

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?

TNi
Hm... actually prior to asking I tried. And didn't succeed. Maybe I need to retry.
jayarjo
Post your attempt.
TNi
Sorry for delayed response. Actually it opened, but was instantly blocked by popup-blocker, that's why I didn't notice it. Is there anyway I can bypass popup-blocker? It's not for spam I'm trying to mimic RPXnow behavior for openid authorization.
jayarjo