Ver Mensaje Individual
  #7 (permalink)  
Antiguo 01/10/2009, 13:42
cosmo_
 
Fecha de Ingreso: octubre-2008
Mensajes: 365
Antigüedad: 15 años, 6 meses
Puntos: 12
Respuesta: lista de productos

Se me ocurre esto:

1) tienes 1 pagina php uno.php que tiene un formulario donde debo ingresar datos y cuando presiono aceptar llama a dos.php
2) dos.php contiene lo siguiente:

Código HTML:
<html>
<head>
<title>0</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body>
   cualquier código HTML o PHP
<div align="center">
    <input name="button" type=button onClick="history.go(-1)" value=Regresar>
</div>
</body>
</html> 
cuando presiono regresar debiera mostrar uno.php sin problema.

salu2