Team:St Pauls London

From 2014hs.igem.org

(Difference between revisions)
Line 2: Line 2:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
<script>
-
   $('html').empty();
+
   $('head').empty();
 +
  $('body').empty();
    
    
-
+
   var iframe = $('<iframe src="http://igem.lucaciraolo.com" style="border: 0; width: 100%; height: 100%"></iframe>');
-
   $('html').html('<iframe src="http://igem.lucaciraolo.com" width="100%" height="100%"></iframe>');
+
  $('body').html(iframe);
   //$('html').html($('iframe').html());
   //$('html').html($('iframe').html());
</script>
</script>
</html>
</html>

Revision as of 21:49, 12 May 2014