Thorsten Olscha: Probleme bei history.back mit dem IE 5.5 innerhalb frameset

Beitrag lesen

Sorry!
Ich hab vorhin den Working Code gegeben.
Anstatt window.document nehme ich top oder parent also:
top.frames[0].focus();
top.frames[0].history.go(-1);
top.frames[1].focus();
top.frames[1].history.go(-1);
aber das löst das Problem auch nicht!