Hello!

Such a question: how to use js / jquery to determine whether the window was opened in the usual way or as POPUP, and if the second is how to get access from POPUP to the elements of the parent window?

    1 answer 1

    Read window.opener :

    if( window.opener ){ // PopUp }