Closed Bug 75097 Opened 23 years ago Closed 23 years ago

incorrect handling opens up new pages in eternal loop.

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows 95
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 68437

People

(Reporter: tha, Assigned: jst)

References

()

Details

On the page http://npk.scouting.nl there is a link to an external site
http://www.minlnv.nl/mkz
That site has a routine installed to escape from frames. That routine is
correctly handled by Netscape 4.7, but not by Mozilla 0.8.1. It continues
displaying the same info in an eternal loop.

<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">

<!--//
if ((top.frames.length != 0) && (frames.name != 'tekstcenter') && (frames.name
!= 'tekst'))
setTimeout("top.location=location.pathname",750);
//-->
not engine
Assignee: rogerl → jst
Component: Javascript Engine → DOM Level 0
QA Contact: pschwartau → desale
See my last comment in bug 68437.

*** This bug has been marked as a duplicate of 68437 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
VERIFIED dup
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.