Team:Warsaw/JSTest
From 2008.igem.org
(Difference between revisions)
Line 46: | Line 46: | ||
div.setAttribute("name",days[i]); | div.setAttribute("name",days[i]); | ||
document.getElementById("html").appendChild(h); | document.getElementById("html").appendChild(h); | ||
- | document. | + | document.getElementById("html").appendChild(div); |
fill(days[i]); | fill(days[i]); | ||
} | } |
Revision as of 20:19, 25 October 2008
|