js.html 765 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <!-- This has been written by hand. (c) 2010 Andreas Rumpf -->
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <title>Nimrod JavaScript Generator Test</title>
  9. <style type="text/css">
  10. span.DecNumber {color: blue}
  11. </style>
  12. <script src="nimcache/js.js" type="text/javascript"></script>
  13. </head>
  14. <body onload="OnLoad()">
  15. <form name="form1" action="js.html">
  16. <input type="text" name="input1" size="10" />
  17. <input type="button" value="Calculate square" onclick="OnButtonClick()" />
  18. </form>
  19. </body>
  20. </html>