Ver Mensaje Individual
  #3  
Antiguo 11-09-2008
David82 David82 is offline
Miembro
 
Registrado: ago 2008
Posts: 27
Reputación: 0
David82 Va por buen camino
En d4php es:

Código:
 function volver_Click($sender, $params)
               {
                        header("Location: index.php");
                        exit;
               }
Si no utilizas d4php coje solo el header y el exit y listo.

Creo que es esto a lo que te referias.

Un saludo.
Responder Con Cita