I am working on a payment website, which needs to integrate a 3rd party website inside an iframe. However, at some point, the user can click a button inside the iframe, which redirects the parent window to another URL. I cannot touch the 3rd party code.
Is it possible to capture this URL the parent window is being redirected to, stop this redirection, and pop up another window for that URL?
Thanks for any help.