mandigaraja
Technical User
I used window.open method to open a new window when clicked on a button which submits the form.<br>The new window displays a message saying that the data is being submitted.<br>I want to close the open window after the submitting process is completed.<br>How can I exactly find out when the form is submitted and how can I refer the window which is already opend to be closed.<br>This is mind blowing.<br>I do not want to use any settimeout method as it fixes the time whether the form is submitted or not.<br><br>Hope somebody help me out on this.