Using JavaScript, I open the popup window and the parent window is inactive at this time, I wanted the active parent path through the popwindow. (this is a Java web project)
You can usually open window.opener in JavaScript to open the window that has opened in a popup.