Team:Uppsala/Project Notebook

From 2014.igem.org

(Difference between revisions)
Line 21: Line 21:
  document.getElementById(str).innerHTML = calendar_dates_array[i];
  document.getElementById(str).innerHTML = calendar_dates_array[i];
}
}
 +
 +
<!-- All werks-->
 +
 +
var work_database = [["a1", "a2", "a3"],["b1", "b2"],["c1", "c2", "c3", "c4",]];
 +
document.getElementById("calendar_text").innerHTML = work_database[1].length;
 +
</script>
</script>
</html>
</html>
{{:Team:Uppsala/Templates/bottom_template}}
{{:Team:Uppsala/Templates/bottom_template}}

Revision as of 12:52, 21 September 2014

Home

Failed to load tracking. JS is probably not enabled