I have an iframe on a page and there's a link inside the iframe. When user clicks on the link I want it to open in the current page (but not in the iframe), I want the current page to reload with the target of the link in the iframe.
How can I do that? I hope there is some javascript or jquery solution because I need to achieve this in my current project.
EDIT:
Or let's say there's a form in the iframe and when submitted I don't want the page to load in the iframe but to reload the whole page.