Ok, I want to open a fullscreen popup window, that's easy so far, but now I want that stupid parent window gone so the only window from my site that's open is the fullscreen one. The design has been made especially for the fullscreen view. When you close the full screen window it's silly to see the parent window still showing my site in the regular screen.
So what would be the best way to get that parent window gone?
Would window.opener.close(); work well?
Thanks,
Tony