Been trying the following from within an iframe nested in another iframe:
<a href="https://example.com" target="_parent">Link</a>
<a href="https://example.com" target="_top">Link</a>
<a href="https://example.com" target="_self">Link</a>
However, they all open in new windows instead of in the window the iframes are in. How can I make sure the link opens in the top browser window?