Ver Mensaje Individual
  #21 (permalink)  
Antiguo 07/06/2007, 14:38
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 8 meses
Puntos: 9
Re: "ATRAS" con PHP como en los navegadores webs

Que no te ayuda esto:
Código PHP:
if(isset($_POST["seleccion"])==false
    { 
       echo 
"<script>alert('Intenta de nuevo');</script>"
       echo 
"<script>history.go(-1);</script>"
        exit; 
    }else{  ... 
Pregunto