<script language="JavaScript" type="text/javascript">
function autoResize()
{
try
{
   document.all["id号"].style.height=id号.document.body.scrollHeight;
}
catch(e){}
}
</script>
<IFRAME id=ID号 style="WIDTH: 100%; aho:expression(autoResize()); HEIGHT: expression(1)" name=Side marginWidth=0 marginHeight=0 src=" " frameBorder=0 scrolling=no></IFRAME>
此代码即可自动获取嵌入页面的大小
(之前,忘记了那段js代码)

相关文章:

  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-12-12
  • 2021-10-30
猜你喜欢
  • 2022-12-23
  • 2021-04-12
  • 2021-07-16
  • 2021-06-12
相关资源
相似解决方案