User:ChristopherW

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
{
{
window.alert("Hello! I am an alert box!");
window.alert("Hello! I am an alert box!");
 +
}
 +
 +
function myOther()
 +
{
 +
window.getElementById("Test").innerHTML = Who, me?
}
}

Revision as of 20:43, 14 July 2013

Paragraph?