Team:Harvard/JS Test Page

From 2011.igem.org

(Difference between revisions)
Jwchew (Talk | contribs)
(Created page with "<html> <head> <script type="text/javascript"> function displaymessage() { alert("Hello World!"); } </script> </head> <body> <form> <input type="button" value="Click me!" onclick...")
Newer edit →

Revision as of 20:45, 6 July 2011

By pressing the button above, a function will be called. The function will alert a message.