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