Tigra gold 2.5 frameset
I have 2 frames: top & bottom.
html from the top have:
var frameset = [
['header'],
['fmain']
]
.
.
.
new menu (MENU_ITEMS0, MENU_POS0, {'frames' : frameset});
---
on every other document I have:
new menu (MENU_ITEMS0, MENU_POS0);
---
item.js file:
.
['Option 1', 'page1.htm', {'tw':'fmain'}],
---
with this configuration I would like the pop-down menu is on the top, and the data will be on the 'fmain' frame.
it seems good on my local machine, but when i uploaded into my web server the pop-down menu appeared in the botton frame instead of top frame.
Many thanks for your help!!!
---
|