Team:Evry/Notebook

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
<head>
<head>
-
<script type="text/javascript">
 
-
  alert("GROUGROUUUU!");
 
-
  sfHover = function() {
 
-
    var sfEls = document.getElementById("onglet").getElementsByTagName("LI");
 
-
    for (var i=0; i&lt;sfEls.length; i++) {
 
-
      sfEls[i].onmouseover=function() {
 
-
        this.className+=" sfhover";
 
-
        alert("Ohohoho!");
 
-
      }
 
-
      sfEls[i].onmouseout=function() {
 
-
        this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
 
-
      }
 
-
    }
 
-
  }
 
-
  if (window.attachEvent) window.attachEvent("onload", sfHover);
 
-
</script>
 
</head>
</head>
<body>
<body>

Revision as of 20:09, 12 August 2014

IGEM Evry 2014

Notebook

<gogo>


Take a bite of peach.

Retrieved from "http://2014.igem.org/Team:Evry/Notebook"