I have a web page setup using frames just like this one:
TTTTTTTTTTTTT
TTTTTTTTTTTTT
MMMDDDDDDDDDD
MMMDDDDDDDDDD
MMMDDDDDDDDDD
MMMDDDDDDDDDD
MMMDDDDDDDDDD
MMMDDDDDDDDDD
T=Title frame
M=Menu frame
D=Detail frame
Down the left side I have the menu options the user can pick from. However, when they pick an option, I reload a new menu in the left frame to give them the new options. When a menu option has a sub menu to it, the sub menu is loaded in the menu frame. When the last option is selected in the menu, the detail section is filled in. I'm not using a treeview on the site, but I'll use one here to as an example of the levels in the menu.
For example:
Admin (root menu item)
+------Edit Customers
+------Edit Items
When they click on Admin, Edit Customers and Edit Items would show up in the menu section.
What I'd really like to do is create a menu history or menu chain in the TITLE frame above the menu. It would start off saying "Home". When they click on Admin, I want it to say
Home >> Admin
in the TITLE w/ hyperlinks so they can get back to any part in the menu chain quickly. Finally when they click on Edit Customers it would say:
Home >> Admin >> Edit Customers
again, in the title frame.
First of all I don't know what the name of this functinality is called. You may have seen it on eBay before when you start drilling down into categories it starts building a menu history or menu chain of where you came from and the chain is hyperlinked to take you back.
Does anyone have any sample code to do this or can you recommend a good site to check for how to do this?
Thanks, Snaggs
tribesaddict@swbell.net
Life can only be understood backwards; but it must be lived forwards.
TTTTTTTTTTTTT
TTTTTTTTTTTTT
MMMDDDDDDDDDD
MMMDDDDDDDDDD
MMMDDDDDDDDDD
MMMDDDDDDDDDD
MMMDDDDDDDDDD
MMMDDDDDDDDDD
T=Title frame
M=Menu frame
D=Detail frame
Down the left side I have the menu options the user can pick from. However, when they pick an option, I reload a new menu in the left frame to give them the new options. When a menu option has a sub menu to it, the sub menu is loaded in the menu frame. When the last option is selected in the menu, the detail section is filled in. I'm not using a treeview on the site, but I'll use one here to as an example of the levels in the menu.
For example:
Admin (root menu item)
+------Edit Customers
+------Edit Items
When they click on Admin, Edit Customers and Edit Items would show up in the menu section.
What I'd really like to do is create a menu history or menu chain in the TITLE frame above the menu. It would start off saying "Home". When they click on Admin, I want it to say
Home >> Admin
in the TITLE w/ hyperlinks so they can get back to any part in the menu chain quickly. Finally when they click on Edit Customers it would say:
Home >> Admin >> Edit Customers
again, in the title frame.
First of all I don't know what the name of this functinality is called. You may have seen it on eBay before when you start drilling down into categories it starts building a menu history or menu chain of where you came from and the chain is hyperlinked to take you back.
Does anyone have any sample code to do this or can you recommend a good site to check for how to do this?
Thanks, Snaggs
tribesaddict@swbell.net
Life can only be understood backwards; but it must be lived forwards.