Q&A Discussies
Is this code right?
4 Stemmen
2 AntwoordenWhy radio input is not working?
0 Stemmen
4 AntwoordenWhat 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 Stemmen
7 AntwoordenPopulair vandaag
debate which is better
5 Votes
Text editor
0 Votes
Debugging issue?
0 Votes
Arduino
2 Votes
how to view only application
0 Votes
Scraping
0 Votes