I have an MVC site with a page (let's call it x) with an iframe in it (let's call it x2). When I interact with the iframe (x2) if I end up on a particular url (let's call it y) I'd like for that url (y) not to open up in the iframe (x2) but to open up in the browser as the main page. I'd like the url to change to y too. What JQuery magic do I need?
Edit
My fault, I didn't explain myself well enough. I do not go to that page using a link that I click on but an external site redirects to that page from the iframe.