Popup window
-
I am opening a new popup window on a button click using window.open("new.aspx") and close the same using window.close() on some updations in the popup window. Now, the second time i open the popup window, the Page Load event of the popup page is not getting called the second time... but the Page load has to be called for the changes to reflect... Can someone tell me how this can be done and why is this happening? Sush
-
I am opening a new popup window on a button click using window.open("new.aspx") and close the same using window.close() on some updations in the popup window. Now, the second time i open the popup window, the Page Load event of the popup page is not getting called the second time... but the Page load has to be called for the changes to reflect... Can someone tell me how this can be done and why is this happening? Sush