19/04/2005, 04:17
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años Puntos: 61 | |
Prueba a sacar el script del formulario. Así: 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>
Dime que tal!
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |