--- jsfunc.menu.js 2004-09-24 13:06:11.000000000 +0200 +++ jsfunc.menu.js 2004-12-22 16:49:03.000000000 +0100 @@ -108,6 +108,9 @@ this.entry[this.entry[entryID].parent].openID = entryID; } if (this.entry[entryID].url) { + if (document.getElementsByTagName("base")[0].href != "") { + this.entry[entryID].url = document.getElementsByTagName("base")[0].href + this.entry[entryID].url; + } if (!this.entry[entryID].target || this.entry[entryID].target=="_self") { document.location = this.entry[entryID].url; } else if (this.entry[entryID].target=="_top") {