31/01/2006, 07:15
|
| | Fecha de Ingreso: diciembre-2002 Ubicación: bilbao
Mensajes: 345
Antigüedad: 22 años, 1 mes Puntos: 3 | |
ME DA ERROR, DICE Q NO ESTA DEFINIDO TEXTO O ALGO ASI
<script>
function enfocar()
{
texto.focus();
}
</script>
</head>
<body onLoad = "enfocar()">
<form name="form1" method="post" action="enviado.php">
<input name="texto" type="text" id="texto" size="50">
<input type="submit" name="Submit" value="Enviar">
</form> |