hmmm.. let me tell you what I am wanting to do, and then you can tell me if this is the way to do it or not.
I want to offer users a choice to view a webpage with the horizontal nav bar at the top locked or unlocked.. Meaning the div with the nav bar will be with position: fixed or position: relative... I am imagining I will just add a style tag via html if $lock=1 or if $lock=0 and define if it's fixed or relative...
Right now all my webpages are importing the nav bar via include (using the same code for each page)...
So the question is... how can I refresh the present page by clicking a link (the lock link) without having to tell it what that page is?
secondly, is this session variable thing the way to go to do this?
thank you for the kindness.
-patrick