Closed
Bug 52855
Opened 24 years ago
Closed 24 years ago
This page crashes mozilla build 2000091508
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: jefu, Assigned: rogerl)
References
()
Details
Visiting this page cause mozilla to crash. The following html when loaded seems
to cause the same problem, it was derived from the camarades page. The crucial
thing seems to be the javascript at the end that loads the index page - however
manually asking mozilla to load that page does not result in a crash.
<html><head>
<title>FOO </title>
</head>
<body>
</body>
</html>
<SCRIPT language="JavaScript">
function popindex(url) {
newwin2=window.open(url,"cam2","toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,width=560,height=200");
}
document.onLoad = popindex("http://index.camarades.com/online/index.php3");</script>
Comment 1•24 years ago
|
||
Actually you can also call popindex() with e.g. www.mozilla.org and it will
crash as well. So it looks to me that it's a dupe of 52734.
*** This bug has been marked as a duplicate of 52734 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•