Click to See Complete Forum and Search --> : how to make menu navigated,pls help me!


eileen
12-19-2002, 08:02 PM
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 www.microsoft.com

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!

swon
12-19-2002, 08:29 PM
What Code are you using (PHP,ASP..) for your website

eileen
12-19-2002, 08:37 PM
i use ASP and javascript to do my project.
i use javascript to code the multi-level menu.

my school want me to develope the web site using Frontpage, so everytime when the person want to add one more button on the menu or delete button, he can simply go to the Navigation panel of the Frontpage and drag and drop, then the button on the menu will automaticly change.

swon
12-19-2002, 08:42 PM
Sorry, I'm a PHP Programmer and can't help with ASP

eileen
12-19-2002, 08:43 PM
Anyway thank you for your help!!