
12/05/2006, 12:12
|
 | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años, 1 mes Puntos: 772 | |
Hola miglos
Algo así:
Código:
<body onload="document.forms[0].algo.focus()">
<form>
<input type="text" name="algo" />
<input type="submit" />
</form>
Saludos, |