Close opened pop-up window on form submission and trigger click on the parent window
问题 I have a parent window from where I am opening a pop-up window using window.open() and I am monitoring the return of that pop-up window using the window.opener method. I have two queries here: On my pop-up window, there is a submit button that takes care of the submit functionality of the form and I would like to wait for the submit to complete and close this pop-up window on submission. When the form is submitted and the pop-up window is closed, I am fetching one of the text box values and