Click to See Complete Forum and Search --> : [RESOLVED] Coding for a 'Return' Link


BobH
02-06-2007, 02:50 PM
I have a forum home page with links to other web pages. I want my viewers to be able to link to any of the web pages and go through them and then return to the forum site by clicking a >>return>> link that I will code and place in all the web pages, but I don't know how to go about coding this. Of course, pressing the 'back' button in a browser will take you back a page at a time, but some of my pages are 10 or 15 pages deep. I want the viewer to be able to return to exactly the forum page he was on when he clicked to go elsewhere. IOW, I want the user to go directly to jail ... uh, where he started from ... without passing "GO" and without collecting $200.

How do I retain the 'current url' as a variable and how do I insert that variable into a url when my link is clicked?

Does the question make sense?

TIA

ray326
02-06-2007, 08:39 PM
I'd retain it in some kind of session variable using whatever kind of server side language you have available.