Sesiones de PyR
Главные теги HTML
0 Votos
2 RespuestasWhat 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 Votos
7 RespuestasFor this question
-2 Votos
4 Respuestas<head></head> TAG
1 Voto
1 RespuestaProject of school website
0 Votos
1 RespuestaDoubt regarding basics
0 Votos
1 RespuestaEn tendencia hoy
Someone can help me
2 Votes
What's wrong with this?
2 Votes
HTML community, HELP!!
1 Votes
X velocity
0 Votes
I am a super beginner
0 Votes
Files not linking in C++
0 Votes
Web Dev
0 Votes
How this program executes?
0 Votes