Hallo!
if(top!=self)
top.location=self.location;
Ich habe folgendes öfters mit Erfolg verwendet:
if(!navigator.userAgent.match("Opera.[3-6]") && top!=self) top.location=location;
Mit opera6 gabs Probleme, deshalb die Browserweiche, mit opera7 o.k.
tschüs, jürgen