User:ChristopherW
From 2013.igem.org
(Difference between revisions)
ChristopherW (Talk | contribs) |
ChristopherW (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <script | + | <head> |
- | < | + | <script> |
+ | function myFunction() | ||
+ | { | ||
+ | alert("Hello! I am an alert box!"); | ||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
- | + | <input type="button" onclick="myFunction()" value="Show alert box" /> | |
- | + | ||
- | + | ||
- | + | </body> | |
</html> | </html> |
Revision as of 20:33, 14 July 2013