Team:UCL PG/Notebook

From 2013.igem.org

(Difference between revisions)
Line 65: Line 65:
     <link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/u/45600819/SpectraWiki/CSS/bonbonButton.css"/>
     <link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/u/45600819/SpectraWiki/CSS/bonbonButton.css"/>
     <div style="border : solid 0px; padding : 4px; width : 70%; height : 220px; overflow:auto;">
     <div style="border : solid 0px; padding : 4px; width : 70%; height : 220px; overflow:auto;">
-
         <a href="#" class="button">Biobricking mKeima</a>
+
         <a href="#" class="button" onclick="changePage('https://docs.google.com/document/d/1gCH7mLpnzIAdFjLZZECjjRNT0UqtVO5csobd6B8ShFE/pub?embedded=true')">Biobricking mKeima</a>
         <a href="#" class="button">Biobricks extraction from distribution kit</a>
         <a href="#" class="button">Biobricks extraction from distribution kit</a>
         <a href="#" class="button">Triple Transformation Experiment</a>
         <a href="#" class="button">Triple Transformation Experiment</a>
Line 78: Line 78:
     <br><br>
     <br><br>
-
<iframe src="https://docs.google.com/document/d/1A5Q6d5NVBVtJc_tZISaSwQkNna72-qLpxOl5H2NLoXw/pub?embedded=true" style="width:60%; height:700px;" frameborder="0"></iframe>
+
<iframe id="labbook" src="https://docs.google.com/document/d/1A5Q6d5NVBVtJc_tZISaSwQkNna72-qLpxOl5H2NLoXw/pub?embedded=true" style="width:60%; height:700px;" frameborder="0"></iframe>
 +
<script language="javascript">
 +
    function changePage(loc){
 +
        document.getElementById('labbook').src = loc;
 +
    }
 +
</script>
     <br><br>
     <br><br>

Revision as of 17:49, 15 September 2013