DEVFYI - Developer Resource - FYI

In a pop-up browser window, how do you refer to the main browser window that opened it?

JavaScript Interview Questions and Answers


(Continued from previous question...)

24. In a pop-up browser window, how do you refer to the main browser window that opened it?

Use window.opener to refer to the main window from pop-ups.

(Continued on next question...)

Other Interview Questions