w sekcji HEAD
<script language="javascript" type="text/javascript">
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>
A w naszym iframe dodajemy onload='javascript:resizeIframe(this);' />
<iframe name="Stack" src="http://iptak.pl/" frameborder="0" scrolling="no" id="iframe" onload='javascript:resizeIframe(this);' />
pęknie! o to chodziło!
OdpowiedzUsuń