how to make menu navigated,pls help me!

wxdqz

New Member
Hi

Currently i am developing a webpage as my final year project.
Now I want to build a webpage with a row of menu(button) on top.
every menu is a drop down menu which means it will
list down all sub-menus (multi-levels) available
when selected. Similar to <!-- w --><a class="postlink" href="http://www.microsoft.com">www.microsoft.com</a><!-- w -->

The challenge here is I want to make those menu
dynamic, I don't want to hard code those items in
scripts. Instead I would like put them into a
database,
The program will read them from database and interpret, display them on the screen.

The reason for this is if one person don't have knowledge on html and want to change the menu content, he will not have any problem, this will be done via an interface.

I hope I'm expressing the needs clearly. please let me know
if any parts are blurred.

Thanks in advance!
 
Back
Top