Is there any way to do that?
Asked
Active
Viewed 4,545 times
1 Answers
4
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
- 16,070
- 3
- 22
- 20
-
Hm... actually prior to asking I tried. And didn't succeed. Maybe I need to retry. – jayarjo Jul 12 '10 at 06:23
-
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 Jul 17 '10 at 16:46
-
This question: http://stackoverflow.com/questions/3272389/janrain-rpxnow-engage-https-rpxnow-com-bypasses-popup-blockers-how brings light to bypassing popup-blockers topic. – jayarjo Dec 03 '10 at 11:28