代码
<input type="text" id="SessionID" value=""/>
<iframe id="IframeCallOut" src="" width="200px" height="200px"></iframe>

<script type="text/javascript" language="javascript">
document.all[
"SessionID"].value="1111";
document.getElementById(
"IframeCallOut").src=strHttp;
</script>

 

相关文章:

  • 2021-08-03
  • 2022-02-26
  • 2021-11-29
  • 2022-12-23
  • 2021-04-09
  • 2021-07-10
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2021-08-10
  • 2022-12-23
  • 2022-02-22
  • 2022-02-24
  • 2022-12-23
相关资源
相似解决方案