Ver Mensaje Individual
  #8 (permalink)  
Antiguo 05/08/2009, 15:57
Avatar de ACX_POISON
ACX_POISON
 
Fecha de Ingreso: abril-2008
Ubicación: Talca-Chile
Mensajes: 750
Antigüedad: 16 años, 10 meses
Puntos: 7
Respuesta: Ayuda redirigir atras

mira esto
Código PHP:
<html>
<head>
<title>prueba</title></head>
<body>
<?php
    $script
='<script languaje="javascript">
    URL=history.back(1);
    </script>'
;
    echo 
$script;
?>
</body>
</html>
__________________
Me junto con los que Saben, Queriendo Saber.