Hello
I have a nice DHTML menu (with submenus):
ITEM A ITEM B ITEM C ITEM D
Under ITEM D, for example, I have Link 1, Link 2, Link 3, Link 4, etc in a vertical column. The code looks like this:
['Contact', null, null,
['John'],
['Paul'],
['Fred'],
['Mary']
],
I also have a HTML file called Mary.html.
What I wish to do it bring Mary.html into the browser when a visitor clicks on Mary in my menu, but I am unsure how to do it.
Is it something like: ['Mary', 'mary.html']? Yet this doesn't work when I try it. Both the menu and Mary.html are in the same folder on my server.
Many thanks.
EvertonFC
I have a nice DHTML menu (with submenus):
ITEM A ITEM B ITEM C ITEM D
Under ITEM D, for example, I have Link 1, Link 2, Link 3, Link 4, etc in a vertical column. The code looks like this:
['Contact', null, null,
['John'],
['Paul'],
['Fred'],
['Mary']
],
I also have a HTML file called Mary.html.
What I wish to do it bring Mary.html into the browser when a visitor clicks on Mary in my menu, but I am unsure how to do it.
Is it something like: ['Mary', 'mary.html']? Yet this doesn't work when I try it. Both the menu and Mary.html are in the same folder on my server.
Many thanks.
EvertonFC