Richard,
Also thank you.
Yes and no. When I first load to page for the very first time, I
basicaly do not have any state set. The form field (hidden) contains
no data.
I have a series of tabs on my page that when a user clicks on one of
the tabs, I set the hidden field to a value of what ever tab they
click. For example, the Assets tab will cause the field to have Assets
as a value.
Then what I did was take that value and set the location.url and
concant the value of that field to a variable so I could read the
variable the next time the page was loaded.
The problem is that the location.url causes the pages to automatically
reload.
Oh, I'm using javascript for all this.
What I need to do is set some kind of state so that when the page
reloads it will evaluate that state and then either show or hide the
layer that is for that state. For example, Assets.
Maybe one of the best ways to show this is to take you to the site.
http://www.bkpartner.com/bksignin.php
user: super
pwd; super
You can pick the first record after going in and see what I'm talking
about.
I have stopped setting the location.url so that it doesn't reload each
time you click on a tab.
My goal is to allow the user to add/change the record(s) and then
refresh the page so that the forms/pages will reflect the new data and
also take the user right back to were there left off. In my example, I
use Assets.
Maybe seeing the website will shed some light on things.
Thanks again for all your help and everyone who is helping me with
this.
Terry