I have a page on a specific domain which loads another site's page through an iframe. However I only want this 1 page to be located on the domain, so when someone clicks on a link within this page it breaks out of the iframe. I don't mind if it opens a new window. I have tried several php and javascript scripts but nothing seems to work.
Any help would be greatly appreciated.
Update: If there is another method that doesn't necessarily use an iframe, but accomplishes the same effect this would be fine too.