script language="javascript" function autoResizeIframe() { var fheight; fheight = window.zxpage.document.body.scrollHeight; if (fheight=500) fheight = 550; document.getElementById("zxpage").height = fheight+50; }/script iframe name="zxpage"
<script language="javascript">
function autoResizeIframe() {
var fheight;
fheight = window.zxpage.document.body.scrollHeight;
if (fheight<=500)
fheight = 550;
document.getElementById("zxpage").height = fheight+50;
}
</script>
<iframe name="zxpage" src="/zx/xx.asp" id="zxpage" onload="javascript:autoResizeIframe()" width="100%" style="border: none;"></iframe>
