<script language="javascript" type="text/javascript"> function resize(obj) { obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px'; } </script>
Now, the iFrame,
<iframe src="http://www.mp3jack.in/" frameborder="0" scrolling="no" id="iframe" onload='javascript:resize(this);' />
That's all.
0 comments