|
any suggestions on how to close a popup window and then redirect to a new page
|
|
|
Well, if you close the active window, what window is redirecting to the new url?
MD :-)
|
|
|
you do it in reverse order set window.opener.href to the new url (from within the popup) then self.close the popup
|
|
|
|
|
|
|
|