Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/09/2008, 17:43
lathix
 
Fecha de Ingreso: diciembre-2007
Ubicación: C:\Escritorio\Frente al Pc
Mensajes: 47
Antigüedad: 16 años, 4 meses
Puntos: 0
Respuesta: redirigir a pagina anterior

manera 1

Código HTML:
<script language="JavaScript">
document.location.href="<? echo $HTTP_REFERER ?>"
</script> 


otra manera

Código PHP:
<?
header
("location: index.php");
?>
y no se mas xD