
I have my menus operating across frames and all works beautifully. However, when I move a HTM document (called "one.htm") to a folder called "test_folder", I have the path to it set like this
addmenu(menu=["welcome",
,,100,1,"",plain_style,,"center",effect,,,,,,,,,,,,
,"Introduction", "intro.htm",,,1
,"Background", "test_folder/one.htm",,,1
,"Methodology", "doc_one.htm#methodology",,,1 , I want to refernece
,"Role of Officers", "show-menu=role_of_officers",,,1
,"Security","show-menu=secure",,,1
,"Legend","#",,,1
,"Logging On","#",,,1
,"Enquiries","show-menu=enquiries",,,1
])
I keep getting the standard browser (MIE 6) window: "This Page Cannot Be Displayed".
Nothing has changed except the location. What am I missing here? I have followed the usual syntax but for some reason I keep getting the above mentioned error message ! !
Help Please !
And thanks in advance.