Team:Johns Hopkins/Protocols
From 2008.igem.org
(Difference between revisions)
Line 21: | Line 21: | ||
var hi = "Hello World!"; | var hi = "Hello World!"; | ||
document.write(hi); | document.write(hi); | ||
- | + | function disp_alert() | |
+ | { | ||
+ | alert("I am an alert box!!"); | ||
+ | } | ||
wrier(); | wrier(); | ||
Line 30: | Line 33: | ||
</script> | </script> | ||
+ | <input type="button" onclick="disp_alert()" value="Display alert box" /> | ||
</body> | </body> | ||
<p>Hello World!</p> | <p>Hello World!</p> | ||
</html> | </html> |
Revision as of 18:27, 9 July 2008
Home | The Team | The Project | Protocols&Papers | Parts Submitted to the Registry | Modeling | Notebook |
---|
Protocols
Ligation and Transformation Protocol
Papers
Hello World!