Discussioni Q&A
Why HTML5 comes?
3 Voti
3 RisposteWhat 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 Voti
7 RisposteWeb Question ?
0 Voti
1 RispostaI’m a Starter
-2 Voti
3 RispostePopolare oggi
Where is the bug?
3 Votes
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes