Team:Oxford

From 2014.igem.org

(Difference between revisions)
m (Removing superfluous code, and adding a DCMationHide() function to the body. ~josefnpat)
Line 216: Line 216:
function DCMation() {
function DCMation() {
   document.getElementById('DCMationpopup').style.display = "block";
   document.getElementById('DCMationpopup').style.display = "block";
 +
}
 +
function DCMationHide() {
 +
  document.getElementById('DCMationpopup').style.display = "none";
}
}
function Achievements() {
function Achievements() {
-
  document.getElementById('DCMationpopup').style.display = "block";
 
-
}
 
-
function DCMation() {
 
-
  document.getElementById('DCMationpopup').style.display = "block";
 
-
}
 
-
function DCMation() {
 
-
  document.getElementById('DCMationpopup').style.display = "block";
 
-
}
 
-
function DCMation() {
 
-
  document.getElementById('DCMationpopup').style.display = "block";
 
-
}
 
-
function DCMation() {
 
   document.getElementById('DCMationpopup').style.display = "block";
   document.getElementById('DCMationpopup').style.display = "block";
}
}
</script>
</script>
     </head>
     </head>
-
   
+
    <body onClick="DCMationHide()" >
     <div class="outer">
     <div class="outer">
Line 272: Line 263:
     </div>
     </div>
     </div>
     </div>
-
<body>
 
     </body>
     </body>
</html>
</html>

Revision as of 21:45, 28 August 2014