Hello,
I have an Iframe as follows:
<iframe width="230" height="280" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://impressoearte.com/produto-em-destaque/"target="_top" ></iframe>
What I want to do:
This iframe calls the product of a specific page within a part of the main site, the page specifies this: link
This product contains a link in the image to view more details of this product. I need that by clicking on this product image the main page will be loaded onto the product page and not just the block that the iframe is in. I need a solution that does not need to know the link that will be in the product image, that is, regardless of the link of the image of the product the loading is done.
Can anyone help me?