Ver ❯
Herramientas SEO
Tamaño del resultado:
668 x 574
×
Cambiar Orientacion
Cambiar tema, Oscuro/Luz
<!doctype html> <html> <head> <title> Ejemplo </title> </head> <body> <script language= "javascript" type= "text/javascript"> function Mostrar() { alert('Tu nombre es ' + formulario.nombre.value); alert('Tu es ' + formulario..value); } </script> <form name="formulario" id="formulario"> Nombre:<br> <input type="text" name="nombre" value="" maxlength="15"><br><br> :<br><input type="" name="" maxlength="10"><br> </form> <a href="javascript:Mostrar();">Mostrar datos</a><br> </body> </html>