root/10kz/shell/simple-js.html
| Revision 43, 175 bytes (checked in by jm3, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head> |
| 3 | <script language="javascript"> |
| 4 | |
| 5 | function foo() { |
| 6 | alert( "bar" ); |
| 7 | } |
| 8 | |
| 9 | var x = "100"; |
| 10 | |
| 11 | </script> |
| 12 | </head> |
| 13 | <body> |
| 14 | <h1>js</h1> |
| 15 | </body> |
| 16 | </html> |
| 17 |
Note: See TracBrowser for help on using the browser.