Muestra El texto Almacenado En La Caja De Texto


<html>
<head>
</head>
<body>

NOMBRE: <input type= "text"  onchange= "holamundo()" id="idex">

<script type="text/javascript">
function holamundo()
{

alert (document.getElementById ("idex").value);

}

</script>
</body>
</html>

0 Response to Muestra El texto Almacenado En La Caja De Texto

Publicar un comentario