Hi all, I would like to ask a small problem…
How do get a window to detect it is a pop-window and change the parent window’s URL? and after of which close the pop-window.
So is like on the parent Window(IE) I have selected a link to make the pop-window, then after it will process some data, but how I do change the URL of the parent Window using JS on the pop-window and the close the window? do I like type in this.close(URL)?