htt://www.a.com/a.aspx文件   搞了2天,不知道怎么弄啊 高手帮忙 谢谢。分没有了
<iframe width="100%" name="member_mainiframe" id="member_mainiframe" height="100" scrolling="no" frameborder="0" src="htt://www.b.com/pm.php?job=list"></iframe>
htt://www.b.com/pm.php文件
<script type="text/javascript">
function setHeight(){
//调整父窗口的iframe高度
var subPageHeight=document.body.scrollHeight || document.documentElement.scrollHeight;
}
</script>
<body onload="setHeight();"><div id="append"></div>
<div class="ucbody">
<h1>内容</h1>
</div>
</body>我如何在a.aspx 调用subPageHeight 的参数的呢