Force links from IFrame to Open in Parent Window

There are two ways to get this done
If you have too many links add following anywhere in the head tag of IFrame
<base target="_parent" />
It can also be done individually on a link
<a href="http://www.website.com" target="_parent">