Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/10/2004, 10:05
Avatar de wolf777
wolf777
 
Fecha de Ingreso: junio-2004
Ubicación: Bolivia
Mensajes: 199
Antigüedad: 20 años, 6 meses
Puntos: 0
Tienes dos opciones en la página cgi que usas realiza una redirección en el <Head>
mediante un <meta>
Ej:
Código HTML:
<head>
<META HTTP-EQUIV='Refresh' CONTENT='1;URL=http://www.google.com'></head> 
Otra forma es que te crees una función con javaScript que haga dos cosas ej:
Código HTML:
<head>
function ejemplo(){
form1.submit();
alert("nanananana");
}</head>
<body>
<form name="form1" method="post" action="funcion.php">
  <input type="text" name="textfield" value="Wolf777">
  <input type="button" name="Button" value="Button" onClick="ejemplo()">
</form>
</body> 
__________________
Do not let The Darknness Get You, to soon...