Tema
:
Llenar un textbox mediante un link
Ver Mensaje Individual
#
2
(
permalink
)
11/04/2003, 15:10
tunait
Moderadora
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 3 meses
Puntos: 381
Buenas,
dale un id a la caja de texto
<input type="text" id="pepe">
Y a tu link puedes pedirle algo así
<a href="pagina.html" onClick="document.getElementById('pepe').value='Li nux'"> Linux </a>
tunait
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de tunait