Hi,
I have a site built in dreamweaver. I am using library files to design navigation bar for every page. I have menu, sub menu and sub sub menu in that navigation part. All menu items are <a href> tags.

I need a way to keep track of menus which are expanded. Variables are reset everytime new page is loaded.

Is there a way to pass an array or to pass the css classname of <a> tags to next page when a new page is loaded??

Thanks,
VC

There are several ways to pass data from page to page. You can pass it in the URL, in a form, in a session variable, save it to a database table, then read from the next page, store information in a cookie.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.