Felix: Anti-Frame-JavaScript ?

Beitrag lesen

Uups, da hab ich doch was falsch gemacht:

top.location.href = 'index.html?' + self.location.href;

top.location.href = 'http://www.server.com/index.html?' + self.location.href;
                                      ^--- hier eben die komplette URL Deiner Startseite!

Ciao, Felix