
03/06/2005, 05:00
|
 | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años, 1 mes Puntos: 772 | |
Hola sfx4ever
Tienes que usar select()
Código:
<form>
<input type="text" name="txt" />
<input type="button" onclick="txt.focus(); txt.select()" />
</form>
Saludos, |