doc_script-switching-01.html 463 B

12345678910111213141516171819
  1. <!-- Any copyright is dedicated to the Public Domain.
  2. http://creativecommons.org/publicdomain/zero/1.0/ -->
  3. <!doctype html>
  4. <html>
  5. <head>
  6. <meta charset="utf-8"/>
  7. <title>Debugger test page</title>
  8. </head>
  9. <body>
  10. <button onclick="firstCall()">Click me!</button>
  11. <script type="text/javascript" src="code_script-switching-01.js"></script>
  12. <script type="text/javascript" src="code_script-switching-02.js"></script>
  13. </body>
  14. </html>