Maybe not the best subject line.  Here's what I'm trying to do:

I've got a CF generated page that uses _javascript_ & CSS to expand &
contract (hide & unhide, actually) several blocks containing numerous html
links.  When the user expands a block and then clicks a link, the new URL
is displayed in the same windows (target=_top).

Right now what happens is that when the user returns to the page, all of
the blocks are reset to their contracted (hidden) state.  That's as
expected.  For convenience, what I'd like to do is maintain the state of
the page for a short time period, say 5 minutes, in case the user comes
back to the main page.  Which is very likely since it's the topmost
launching page for a host of related applications.  If for instance there
were three such expandable blocks on the page, I'd need CF to see three
variables (or elements of an array or struct) that contain the state of
the three blocks so that I could set their CSS 'display' property
accordingly when generating the page.

Any ideas how I might do this?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to