Date: 06/21/02
- Next message: Martin Clifford: "Re: [PHP-DB] WebSite Submissions Question"
- Previous message: Daz: "[PHP-DB] WebSite Submissions Question"
- In reply to: Dib, Walid (MED, Stagiaire GEMS): "[PHP-DB] a "back" include script"
- Next in thread: Latex Master: "Re[2]: [PHP-DB] a "back" include script"
- Reply: Latex Master: "Re[2]: [PHP-DB] a "back" include script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 21 Jun 2002, Dib, Walid (MED, Stagiaire GEMS) wrote:
> I want to create a file include .inc which by calling it in almost all the
> pages which I use, will return me to the previous page, thus this script
To manipulate the browser in such a way, you have at least two options:
1) Make the .inc just have a link to the REFERER value from the browser.
2) Make the .inc generate javascript containing a history manipulator
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Martin Clifford: "Re: [PHP-DB] WebSite Submissions Question"
- Previous message: Daz: "[PHP-DB] WebSite Submissions Question"
- In reply to: Dib, Walid (MED, Stagiaire GEMS): "[PHP-DB] a "back" include script"
- Next in thread: Latex Master: "Re[2]: [PHP-DB] a "back" include script"
- Reply: Latex Master: "Re[2]: [PHP-DB] a "back" include script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

