hoffnersdata
Newbie
Posts: 1
Registered: 6/1/2004
Member Is Offline
|
| posted on 6/1/2004 at 01:07 PM |
|
|
Menu problem with frames and subdirectories
Tigra Gold with frameset ("Frames" example).
Works fine with target pages in the same directory, but not with link to page in a subdirectory. The menu is cut /hidden behind the content
frame/page.
Initialisation code is modified in the target page (menu_files changed to ../menu_files)
Error message: 'TMN' is undefined
What's the problem?
/Erik
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/2/2004 at 04:47 AM |
|
|
in menu.js there is a reference to menu_files directory. if you use relative path there it will not work for subdirectories. use absolute path instead
|
|
|