Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/02/2008, 08:42
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Re: Cargar Un texto mediante un enlace

Hola reyvi

Prueba esto:

Código:
<form>
<input type="text" name="txt" />
<a href="#" onclick = "document.forms[0].txt.value='Hola'; document.forms[0].submit()">Enviar</a>
</form>
Saludos,