19/04/2005, 04:51
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
Este código: Código PHP: <html>
<head>
<title>Untitled</title>
</head>
<body>
<form name="check_out_form" id="idFormulario" action="javascript:alert('Enviado!')" method=post>
<input type=hidden name=use_credits value=1>
</form>
<script language="JavaScript">
document.forms['check_out_form'].submit();
</script>
</body>
</html>
funciona bien con las pruebas que he hecho con mozilla, firefox, IE y ópera. No hbarás puesto el nombre del formulario sin comillas?
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |