The parent window is activated from the pop window

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)

+1


a source to share


1 answer


You can usually open window.opener in JavaScript to open the window that has opened in a popup.



+1


a source







All Articles