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>