You're right! ../ actually works fine if I want to go from the file under the drop down menu to another file
Like:
/files/index.html
to
/other/anotherfile.html
But if I am at the file /other/anotherfile.html and I want to go back to a file in "files" (with files you mean the main root folder right?) I get a blank page.
Maybe the problem is that I use the same template for the files in the main root folder and the files in the "other" folder?
---
Code for the drop down box. Uh, I've got two actually
This is the code in my index.htm (and in all my other file's)
<script language="JavaScript" type="text/JavaScript">function mmLoadMenus() {
if (window.mm_menu_0803103519_0) return;
window.mm_menu_0803103519_0 = new Menu("root",158,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#A8B29A","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
mm_menu_0803103519_0.addMenuItem("De Club","location='de_club.htm'");
mm_menu_0803103519_0.addMenuItem("Bestuur","location='het_bestuur.htm'");
mm_menu_0803103519_0.addMenuItem("Colofon","location='colofon.htm'");
mm_menu_0803103519_0.addMenuItem("Huiskeuring","location='huiskeuring.htm'");
mm_menu_0803103519_0.addMenuItem("Nieuws");
mm_menu_0803103519_0.addMenuItem("Algemene vergadering");
mm_menu_0803103519_0.hideOnMouseOut=true;
mm_menu_0803103519_0.bgColor='#FFFFFF';
mm_menu_0803103519_0.menuBorder=1;
mm_menu_0803103519_0.menuLiteBgColor='#FFFFFF';
mm_menu_0803103519_0.menuBorderBgColor='#000000';
window.mm_menu_0803161845_0 = new Menu("root",114,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#A8B29A","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
mm_menu_0803161845_0.addMenuItem("Het verhaal");
mm_menu_0803161845_0.addMenuItem("De deelnemers");
mm_menu_0803161845_0.addMenuItem("Activiteiten");
mm_menu_0803161845_0.addMenuItem("Keuringen");
mm_menu_0803161845_0.hideOnMouseOut=true;
mm_menu_0803161845_0.bgColor='#FFFFFF';
mm_menu_0803161845_0.menuBorder=1;
mm_menu_0803161845_0.menuLiteBgColor='#FFFFFF';
mm_menu_0803161845_0.menuBorderBgColor='#000000';
window.mm_menu_0803165217_0 = new Menu("root",95,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#A8B29A","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
mm_menu_0803165217_0.addMenuItem("Het verhaal");
mm_menu_0803165217_0.addMenuItem("Bestuur");
mm_menu_0803165217_0.addMenuItem("Deelnemers","location='rayon_deelnemers.htm'");
mm_menu_0803165217_0.addMenuItem("Agenda","location='rayon_agenda.htm'");
mm_menu_0803165217_0.addMenuItem("Keuringen","location='rayon_keuringen.htm'");
mm_menu_0803165217_0.hideOnMouseOut=true;
mm_menu_0803165217_0.bgColor='#FFFFFF';
mm_menu_0803165217_0.menuBorder=1;
mm_menu_0803165217_0.menuLiteBgColor='#FFFFFF';
mm_menu_0803165217_0.menuBorderBgColor='#000000';
window.mm_menu_0803165617_0 = new Menu("root",109,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#A8B29A","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
mm_menu_0803165617_0.addMenuItem("Agenda 2006","location='ciliata_agenda.htm'");
mm_menu_0803165617_0.addMenuItem("Contactavond","location='contactavond.htm'");
mm_menu_0803165617_0.hideOnMouseOut=true;
mm_menu_0803165617_0.bgColor='#FFFFFF';
mm_menu_0803165617_0.menuBorder=1;
mm_menu_0803165617_0.menuLiteBgColor='#FFFFFF';
mm_menu_0803165617_0.menuBorderBgColor='#000000';
window.mm_menu_0803170053_0 = new Menu("root",84,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#A8B29A","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
mm_menu_0803170053_0.addMenuItem("Algemeen");
mm_menu_0803170053_0.addMenuItem("Vissen");
mm_menu_0803170053_0.addMenuItem("Planten");
mm_menu_0803170053_0.hideOnMouseOut=true;
mm_menu_0803170053_0.bgColor='#FFFFFF';
mm_menu_0803170053_0.menuBorder=1;
mm_menu_0803170053_0.menuLiteBgColor='#FFFFFF';
mm_menu_0803170053_0.menuBorderBgColor='#000000';
window.mm_menu_0803170631_0 = new Menu("root",106,18,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#A8B29A","#FFFFFF","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
mm_menu_0803170631_0.addMenuItem("Stel uw vraag","location='contact_form.php'");
mm_menu_0803170631_0.addMenuItem("Lid worden","location='lid_worden.htm'");
mm_menu_0803170631_0.hideOnMouseOut=true;
mm_menu_0803170631_0.bgColor='#FFFFFF';
mm_menu_0803170631_0.menuBorder=1;
mm_menu_0803170631_0.menuLiteBgColor='#FFFFFF';
mm_menu_0803170631_0.menuBorderBgColor='#000000';
mm_menu_0803170631_0.writeMenus();
} // mmLoadMenus()
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript" type="text/javascript" src="mm_menu.js"></script>
And another one called mm_menu.js but that file is really big!
If you need it for my problem, just ask =)