Tengo un Pequeño Problema Intentando Enviar Un Formulario Automaticamente usando un script
<html>
<head>
</head>
<body bgcolor="#FFEAFF">
<form action="Ver_Datos.php" method="post" name="formulario">
<input type="text" name="name" size="25" class="form" value="Mi Nombre">
<input type="text" name="last_name" size="25" class="form" value="Mi Apellido">
<input type="submit" value="Login" name="loginsubmit" class="form">
<SCRIPT LANGUAGE='JavaScript'>
document.formulario.submit();
</SCRIPT>
</form>
</body>
</html>
usando el Boton Login Los Datos son nviados perfectamente, el problema es con el script, solo abre Ver_Datos.php sin Enviar Nada. Espero que me Ayuden
De antemano Gracias
![de acuerdo](http://static.forosdelweb.com/fdwtheme/images/smilies/dedosarriba.png)
P.D.: Uso Mozilla Firefox
Salu2