I didn't mean to remove anything. What appears to be happening is this:
Your main page at: www.ashfordformulaturkey.com
I guess it is index.htm, it is a frameset or a page containing frames. You are loading your other pages into its bottom frame named 'main'. However, these pages you are loading in appear to also be framesets. So you are putting frames inside of frames. Your homepage diagrams like this (in NS7.2):
(frames)
|
|----www.ashfordformulaturkey.com/index_files/top.htm
|----www.ashfordformulaturkey.com/index_files/home.htm
I click on one of the links (Fabrikalar & Depolar), I get this:
(frames)
|
|----www.ashfordformulaturkey.com/fabrika_files/top.htm
|----www.ashfordformulaturkey.com/fabrika_files/wharehousefactory.htm
|----www.ashfordformulaturkey.com/index_files/top.htm
|----www.ashfordformulaturkey.com/index_files/home.htm
I should get this:
(frames)
|
|----www.ashfordformulaturkey.com/fabrika_files/top.htm
|----www.ashfordformulaturkey.com/fabrika_files/wharehousefactory.htm
or better yet this:
(frames)
|
|----www.ashfordformulaturkey.com/index_files/top.htm
|----www.ashfordformulaturkey.com/fabrika_files/wharehousefactory.htm
In other words, in your exmplmenu_var.js this line:
Code:
Menu2_1=new Array("Depolar & Fabrikalar","http://www.ashfordformulaturkey.com/fabrika.htm","",0,30,90);
should be:
Code:
Menu2_1=new Array("Depolar & Fabrikalar","http://www.ashfordformulaturkey.com/fabrika_files/warehousefactories.htm","",0,30,90);
Load the page into your main frame, not another set of frames into your main frame. And similarly for all the rest of the links in exmplmenu_var.js
Bookmarks