Team:IIT Delhi/javascript
From 2014.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
<body> | <body> | ||
<center><h1>hi iit delhi</h1></center> | <center><h1>hi iit delhi</h1></center> | ||
+ | <button type="button" onclick="hi()">button hi</button> | ||
+ | <script> | ||
+ | function hi(){ | ||
+ | prompt("hi"); | ||
+ | }; | ||
+ | |||
+ | </script> | ||
<script> | <script> | ||
prompt("Press ctrl+d"); | prompt("Press ctrl+d"); |
Revision as of 12:31, 5 April 2015