Hi guys I hope that there is a solution for this as I am in dire need of one.

Basically I want to know if there is a way to create an iframe in one page so that it shows another page but when you click on a link in the iframe I want the link target to open in another page in the current window, so for instance if I am on the home page of a site and I have an iframe in that page showing the particular page I need to show in the home page, when a link in that iframe is clicked I want the link to open in a third page but I do not want another tab or window opened.

I am using the following iframe code

<iframe name=ifram1
src=http://www.sketchprinting.com/featuredproducts/featured.htm
width=100% height=100% scrolling=yes
frameborder=0></iframe>

I want any links to go to the page http://www.sketchprinting.com/featur...ucts/store.htm

At the moment when clicking on a link it just displays partially in the iframe, I do not want it to do that and I hope the guys on here with far more experience of html can help me, hopefully.