I have an iframe that contains hyperlinks. Is there a way to make the hyperlinks redirect the parent page, instead of the iframe? I would like to do this without using any javascript. I have tried target=_top but it did not work. I also tried sandbox="allow-top-navigation", but it did not work and also removed the css from the iframe.
I figured it out, you have to add target="_top" to every a tag in the iframe.