I need some advice on designing a website.
My intention is to create a browsable database in one page. The page will be divided into about 4 sections.
1 section will serve as the directory. It'll contain several listbox in a certain hierarchy. Choosing an item in the highest level listbox will update the items in the following listbox to a new list. Choosing the items in the following list box will in turn update the next listbox with new items. In the end, after all items have been selected, the other 3 sections will display definitions and formulas based on the selected options.
It's meant to be an offline thing and must reside in the same page. I've gone through all the tutorials but i'm not sure how to do this.
Please advise me on how to do this.
I appreciate any comments.
My intention is to create a browsable database in one page. The page will be divided into about 4 sections.
1 section will serve as the directory. It'll contain several listbox in a certain hierarchy. Choosing an item in the highest level listbox will update the items in the following listbox to a new list. Choosing the items in the following list box will in turn update the next listbox with new items. In the end, after all items have been selected, the other 3 sections will display definitions and formulas based on the selected options.
It's meant to be an offline thing and must reside in the same page. I've gone through all the tutorials but i'm not sure how to do this.
Please advise me on how to do this.
I appreciate any comments.
Comment