Cosa
Cosa
[Link]
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>Formulario</title>
<meta content="Utel" name="author">
<meta content="BlueGriffon wysiwyg editor" name="generator">
<script type="text/javascript">
function probar () {
alert ("hola "+[Link]("nombre")[0].value);
}
</script>
</head>
<body>
<form action="" method="post" enctype="text/plain">
<h1 id="nombre">Bienvenido</h1>
Introduce tu nombre: <input name="nombre" type="text"> <br>
Mensaje: <input name="mensaje" size="60" type="text"> <br>
<input value="Probar" type="submit" onClick="javascript: probar()"> </form>
</body>
</html>
[Link]
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>Formulario</title>
<meta content="Utel" name="author">
<meta content="BlueGriffon wysiwyg editor" name="generator">
</head>
<body>
<form action="[Link] enctype="text/plain">
<h1>Bienvenido</h1>
Introduce tu nombre: <input name="nombre" type="text"> <br>
Mensaje: <input name="mensaje" size="60" type="text"> <br>
<br />
Selecciona el color de tu icono:<br />
<input type="radio" name="coloricono" value="rojo" /> Rojo<br />
<input type="radio" name="coloricono" value="verde" /> Verde <br />
<input type="radio" name="coloricono" value="azul" /> Azul <br />
<input value="Probar" type="submit"> </form>
</body>
</html>
[Link]
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>Formulario</title>
<meta content="Utel" name="author">
<meta content="BlueGriffon wysiwyg editor" name="generator">
<script language="JavaScript">
function mostrar_tecla(e)
{
if ([Link]) keycode=[Link];
else keycode=[Link];
[Link]('zonadeteclas').innerHTML =
[Link]('zonadeteclas').innerHTML + [Link](keycode);
}
</script>
</head>
<body onkeypress="mostrar_tecla(event);">
<p>
Prueba de teclas: <span id="zonadeteclas"></span>
</p>
</body>
</html>