sábado, 27 de octubre de 2012

Datos practica


<html>
<head>
<b>DaTos</b>
</head>
 <body>
  <form>
<p> Nombre <input type="text" name="nota1"   onChange = "validar(this.value)" >
 <p> Telefomo <input type="text" id="nota2"  onChange = "validar(this.value)" >  
  <p> Direccion <input type="text" id="nota3"  onChange = "validar(this.value)"  >

</form>
 </body>



 </html>

No hay comentarios:

Publicar un comentario