Team:Cornell/Sandbox/notebook

From 2012.igem.org

(Difference between revisions)
Line 8: Line 8:
function load() {
function load() {
alert("hello");
alert("hello");
-
if(document.location == "https://2012.igem.org/Team:Cornell/Sandbox/notebook#1"){
+
var num = 3;
-
alert(document.location + "hello");
+
for(var i = 0; i < num; i++) {
-
document.getElementById("week1entry").style.display = 'block';
+
if(document.location == "https://2012.igem.org/Team:Cornell/Sandbox/notebook#1"){
 +
alert(document.location + "hello");
 +
document.getElementById("week1entry").style.display = 'block';
 +
}
}
}
}
}

Revision as of 23:11, 5 March 2013

Notebook

Filter by subteam:
show all

only
only
only
only
only
only

Week 1

WetTest

DryTest

ModelTest

HPracTest

WikiTest

AnimTest