`

javascript 改变Iframe的N种方法

阅读更多

1种方法:

     document.iframename.location="2.htm"

 

2种方法:

     <script>  
  function   test(){  
  document.all.mxh.src="http://sohu.com"  
  }  
  </script>  
  <a   href=#   onclick="test()">test</a>  
  <iframe   id=mxh></iframe>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics