Reputation: 633
I have a page of a lot of images in a gallery format. When you click on an image, an iframe changes to have information about that image and a link that brings you to another page (of more detailed pictures of the original image in the same gallery style format).
My issue, is that since the link is in an iframe, the new page loads in the iframe. Is there a way, or a target="whatever" command, to make that link effect the parent page?
Upvotes: 0
Views: 267