Вход

Просмотр полной версии : ну и ну js. avtoru


avtor
01.12.2015, 05:29
Скажите, что не так: 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:

Alex-Smolin
01.12.2015, 11:19
Что делать, почему не работает консоль фаербаг?http://s57.radikal.ru/i156/1512/6b/b1fdc1ae5806.png