Hi all, I'm hoping someone can help with this one...
I need a javascript dropdown box menu which is four levels deep, for example:
TEACHER >> SUBJECT >> TOPIC >> INFORMATION
The boxes have to be connected, so that if teacher1 only teaches English, something like Mathematics won't appear under Subject for that teacher.
I've seen examples of this three deep but have not been able to work out how to make it four levels.
Also, if possible, I need the final box to redirect to a webpage with the name of all the menus, for example:
teacher1 >> english >> poetry >> history
would redirect to a page called
teacher1englishpoetryhistory.html
Again, I have seen an example of this (at javascript source) but do not know how to incorporate it into the connected menu scenario above.
I would be very grateful for any help with this
I need a javascript dropdown box menu which is four levels deep, for example:
TEACHER >> SUBJECT >> TOPIC >> INFORMATION
The boxes have to be connected, so that if teacher1 only teaches English, something like Mathematics won't appear under Subject for that teacher.
I've seen examples of this three deep but have not been able to work out how to make it four levels.
Also, if possible, I need the final box to redirect to a webpage with the name of all the menus, for example:
teacher1 >> english >> poetry >> history
would redirect to a page called
teacher1englishpoetryhistory.html
Again, I have seen an example of this (at javascript source) but do not know how to incorporate it into the connected menu scenario above.
I would be very grateful for any help with this