I need to close the pop-window which is triggered from 3rd party site after some time passes.
I know we can close the pop-up using setTimeout("self.close()",5000) in body of the page, but the pop-up is triggering from other server.
I need to close the pop-window which is triggered from 3rd party site after
Share
I don’t think you can control windows that are opened from a different session. Pretty sure that would be a big security hole if you could.