Can anyone help?
I am designing a webpage that has a traditional horizontal menu bar + image that takes up the top quarter of the screen.
When a user chooses a top level category from the horizontal menu, I want a list of choices for that category (say "Tutorials") to pop up on the left under the menu bar. using Coldfusion, I can do this by creating a table and populating it using an SQL query like
"Select Level2MenuChoice from Menus where Level1MenuChoice='Tutorials'". That bits fairly straight forward, however...how do I set each choice (in this list) to link to the right html page?
I'm hoping someone out there has done this before - otherwise I'm doomed to hard code everything!!
thanks a lot
I am designing a webpage that has a traditional horizontal menu bar + image that takes up the top quarter of the screen.
When a user chooses a top level category from the horizontal menu, I want a list of choices for that category (say "Tutorials") to pop up on the left under the menu bar. using Coldfusion, I can do this by creating a table and populating it using an SQL query like
"Select Level2MenuChoice from Menus where Level1MenuChoice='Tutorials'". That bits fairly straight forward, however...how do I set each choice (in this list) to link to the right html page?
I'm hoping someone out there has done this before - otherwise I'm doomed to hard code everything!!
thanks a lot