Сообщение от sortarray
|
TypeError: button.onclick is not a function
|
пфф
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ГГ</title>
</head>
<body>
<input type="submit" value="Go" class="button">
<script>
var button = document.querySelector('input[type="submit"]');
button.onclick =function(){
alert('Кнопка нажата');
}
var click = button.onclick;
click();
</script>
</body>
</html>
Эх,
Safort опередил меня