seltsam,
wenn ich anstatt
location.href="../../index.htm?" + location.pathname;
parent.frames['oben'].activate(9, parent.frames['oben'].forschungOn);
folgendes verwende:
location.href="../../index.htm?" + location.pathname;
if(parent.oben)
parent.frames['oben'].activate(9, parent.frames['oben'].forschungOn);
scheint es zu klappen....
obwohl das nicht so arg viel sinn macht