<iframe src="<%=strReturnURL %>" ></iframe>

                            <script type="text/javascript">
function reinitIframe(){
var iframe = document.getElementById("frame_content");
try{
iframe.height=iframe.contentWindow.document.documentElement.scrollHeight;
}catch (ex){}
}
window.setInterval("reinitIframe()", 200);
                            </script>

相关文章:

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