Forum Moderators: open
This works fine for me until I needed to create a progress meter to indicate which page the user is on. The only way to tell which page the user is on is by looking at the page being processed now, I want the progress meter to be drawn in an include file which all the pages use.
I tried using a server variable for the page but it only responds with the page that called the server.transfer.
Any ideas how to determine which page is being processed?