hello,
can anyone help me out with making a two-level menu system in an ASP (with access db backend)?
Basically I'd like to have a menu bar going horizontally along the top of a webpage. When you click an item (eg. Contacts) on that menu bar, it would hyperlink to a second-level menu bar (that appears below the top menu-bar) that has more items related to "Contacts".
I see that I'd need two requests to the database (select from tblMenu1, and select from tblMenu2). And I'd need to pass the information via request object...
Anyone have any code that might help me out?
Thank you in advance
Kato
can anyone help me out with making a two-level menu system in an ASP (with access db backend)?
Basically I'd like to have a menu bar going horizontally along the top of a webpage. When you click an item (eg. Contacts) on that menu bar, it would hyperlink to a second-level menu bar (that appears below the top menu-bar) that has more items related to "Contacts".
I see that I'd need two requests to the database (select from tblMenu1, and select from tblMenu2). And I'd need to pass the information via request object...
Anyone have any code that might help me out?
Thank you in advance
Kato