Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to have a button/link in a page with the following behavior:

  • On the first click, open a pop-up.
  • On later clicks, if the pop-up is still open, open a new tab in pop-up window.

I tried to achieve this with in Firefox, but whatever I do non-first pop-up opens in parent window.

Any ideas?

share|improve this question
Can you post your code that you tried to achieve this with? – Greg Treleaven Feb 20 '11 at 20:02
Give the popup window a name. – Lightness Races in Orbit Feb 20 '11 at 20:04
I did. Actually in pop-up window special global function was prepared to open a new tab, this function was called from parent window. But still new tab opened in parent window. – dziastinux Feb 22 '11 at 5:19
@Greg I tried many cases and none of them worked. I don't want to flood this post. – dziastinux Feb 22 '11 at 5:22

1 Answer

up vote 0 down vote accepted

I do not think this can work with browser tab. But you can use javascript to display the contents in a DOM tab i.e. the popup window can display tabs.

I hope it helps.

share|improve this answer
I'm afraid that this is the only option I have... – dziastinux Feb 22 '11 at 5:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.