Team:Calgary/Notebook

From 2009.igem.org

(Difference between revisions)
(WEEKLY UPDATES)
(WEEKLY UPDATES)
Line 18: Line 18:
if (document.getElementById('LAB').onblur==true)
if (document.getElementById('LAB').onblur==true)
{
{
-
document.getElementById('mydiv').style.display='none';
+
document.getElementById('LAB').style.display='none';
}
}
}
}
Line 24: Line 24:
</script>
</script>
<body>  
<body>  
-
<div id="mydiv" style="display:block" onfocus=checkIt()>my div</div>  
+
<div id="LAB" style="display:block" onfocus=checkIt()>LAB</div>  
</body>  
</body>  
</html>
</html>

Revision as of 19:16, 3 June 2009

Home The Team Calendar The Project Parts Submitted to the Registry Modeling Notebook

WEEKLY UPDATES


LAB