Change the Page URL by clicking links within an iframe

1

I have a posting system on a museum site. I would like that when I clicked on read more, the site would generate a url with the iframe with the post.

<script type="text/javascript"> function resizeIframe(obj){ obj.style.height = 0; obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px'; } </script> <iframe target="_parent" src="filhosdegaia.atwebpages.com/postagens.php"; onload='resizeIframe(this)' scrolling="no" style="width:100%;border:none;"></iframe>
    
asked by anonymous 08.03.2018 / 14:42

0 answers