fork download
  1. <!DOCTYPE html>
  2. <html lang="ja">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>setting_download</title>
  6. <link rel="stylesheet" type="text/css" href="style.css">
  7.  
  8. </head>
  9. <body>
  10. <h1>setting</h1>
  11. <div id="downloadbutton" onclick="myfunc()" style="background-color: red;">download</div>
  12. <script src="popup.js"></script>
  13. </body>
  14.  
  15. </html>
  16.  
  17. ーーーーーーーーーーーーーーー
  18.  
  19. function myfunc(){
  20. alert("hogehoge");
  21.  
  22. }
  23.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty