<iframe src="default.asp" scrolling="no" id=xxx frameborder="0" width="760" height="100%"></iframe>
在default.asp里设置:
<body onload="parent.document.all.xxx.style.height=window.document.body.scrollHeight">
xhtml中必须使用
window.document.documentElement.scrollHeight
在default.asp里设置:
<body onload="parent.document.all.xxx.style.height=window.document.body.scrollHeight">
xhtml中必须使用
window.document.documentElement.scrollHeight
浙公网安备 33010602011771号