Обсуждения
Validation
1 голос
2 ответовHow do i input percent in a range.
0 голосов
2 ответовWhat does<input type="radio">do?
0 голосов
4 ответовWhat is wrong with this code?
-
-
<!Doctype html>
<head>
</head>
<body>
<form>
<input type="text" id="input">
</form>
<button type="button" id="button">Click here</button>
<script>
var input=document.getElementById("input");
var button=document.getElementById("button");
function display() {
if (button.clicked == true) {
console.log("input");
}
};
display();
</script>
</body>
0 голосов
7 ответовАктуальное сегодня
How to make a 2d game
1 Votes
Html
2 Votes
Detach thread exception
1 Votes
Not video
1 Votes
Qt timer timeout
0 Votes