Hello All,
I'm looking for a script that will do the following:
I have two combo boxes (in Frame Top)
1) In box 1 you select a letter from A to Z (index)
2) In box 2 you select the catagories belong to the selection from box 1 (so the options from box 2 should depent on the selection of box 1)
e.g. box 1 : M
box 2 should give me the options: Message, Mistic, Music, ...
When I make a selection from the second combo box. Then I press a button (picture) and it should do the following
Opening in Frame Bottom a document with a name from Box 1 and going to the bookmark on that document from Box 2
Box 1 = M
Box 2 = Music
Open in Bottom frame document M.html#Music
Maybe this is easy, maybe not but thanks in advance.