<html>
<head>
Practica
</head>
<body>
<p>Ingrese palabra a deletrear
<p><input type="text" onkeypress="clases_web()" id="nombre">
</body>
</html>
<script type= "text/javascript">
function clases_web()
{
alert(document.getElementById("nombre").value);
}
</script>
No hay comentarios:
Publicar un comentario