From kde-bugs-dist Tue Oct 03 22:31:49 2000 From: Daniel Molkentin Date: Tue, 03 Oct 2000 22:31:49 +0000 To: kde-bugs-dist Subject: Bug#12213: Guilty lines (tm) X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=97061322709517 The "guilty lines" are if (this.location.href != top.location.href) { top.location.href = "http://www.bahn.de/home/db_medien/db_medien_unframe.shtml"; }; The Problem is that "this" is not (fully?) implemented yet. "this.location.href" returns "undefined" which is alway unequal "top.location.href". This is why the error page is displayed Doing the same comparison without "this" works fine. Harri? -- Rumor has it: KDE 2's coming!