ну и ну js. avtoru
Скажите, что не так: index.html-
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Web Tunes</title> <script type="text/javascript" src="C:\Documents and Settings\Admin \Мои документы\1\playlist.js"> </script> </head> <body> <form> <input type="text" id="SongtextInput" size="40" placeholder="Имя песни"/> <input type="button" id="addButton" value="Добавить песню"/> </form> <ul id="playlist"> </ul> </body> </html> playlist.js- window.onload=init; function init(){ var button=document.getElementByid("addButton"); button.onclick=handleButtonClick; } function handleButtonClick(){ alert("Нажал"); } Непойму.:help: |
Что делать, почему не работает консоль фаербаг?
![]() |
Часовой пояс GMT +3, время: 15:07. |