Team:Calgary/Notebook

From 2009.igem.org

(Difference between revisions)
(WEEKLY UPDATES)
Line 11: Line 11:
===WEEKLY UPDATES===
===WEEKLY UPDATES===
----
----
-
 
<html>
<html>
-
<body>
+
<head>
-
 
+
<script type="text/javascript">
<script type="text/javascript">
-
document.write("Hello World!");
+
function message()
 +
{
 +
alert("This alert box was called with the onload event");
 +
}
</script>
</script>
 +
</head>
 +
 +
<body onload="message()">
</body>
</body>
</html>
</html>

Revision as of 18:23, 3 June 2009

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

WEEKLY UPDATES