location.href
Hi all together,
I'm a completely Newbie in Javascript and have the following problem:
in my NaviBar are submenues, but they won't open the desired page. Before I post the whole Script plz. have a look to this snipet:
function item_click() {
if (!animating) {
if (_this.items[this._index].url)
parent.frames["stage"].location.href = _this.items[this._index].url;
}
}
is the sntax wright?. Damn. It will not work.
thx for your advice in advance
greetings from Munich
Strolchi;)
|