22/06/2007, 08:21
|
| Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Re: al escribir en un txt te dirija a una página Hola manumanyes
Prueba esto:
Código:
<form>
<input type="text" name="txt" />
<input type="button" onclick = "location = txt.value+'.html'" />
</form>
Saludos, |