fork download
  1. <html>
  2. <head>
  3. <title>Web Page Design</title>
  4. <script type="text/javascript"></script>
  5. </head>
  6. <body>
  7. <input type="button" value="按我執行" onClick="alert('我被按了');">
  8. </body>
  9. </html>
Runtime error #stdin #stdout #stderr 0s 107072KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:1:0 SyntaxError: syntax error:
prog.js:1:0 <html>
prog.js:1:0 ^