Team:HFUT CHINA/4

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<frameset cols="100%">
 
-
  <iframe  style="z-index:1; visibility:inherit; width:100%; height:100% "  src="http://www.baidu.com">
 
 +
<div id="leamain">
-
</frameset>
+
      <iframe src="http://www.baidu.com" marginheight="0" marginwidth="0" frameborder="0" scrolling="no" width="765" height=100% id="iframepage" name="iframepage" onLoad="iFrameHeight()" ></iframe>
 +
 
 +
<script type="text/javascript" language="javascript">
 +
 
 +
    function iFrameHeight() {
 +
 
 +
        var ifm= document.getElementById("iframepage");
 +
 
 +
        var subWeb = document.frames ? document.frames["iframepage"].document :
 +
 
 +
ifm.contentDocument;
 +
 
 +
            if(ifm != null && subWeb != null) {
 +
 
 +
            ifm.height = subWeb.body.scrollHeight;
 +
 
 +
            }
 +
 
 +
    }
 +
 
 +
</script>
 +
 
 +
    </div>
</html>
</html>

Revision as of 03:07, 14 August 2014