Closed
Bug 1098
Opened 26 years ago
Closed 26 years ago
window.open crashes pretty bad.
Categories
(Core Graveyard :: GFX, defect, P1)
Tracking
(Not tracked)
People
(Reporter: jty, Assigned: vidur)
Details
whenever i use window.open NGLayout receives an 'Application Error' and
crashes..
example below:
<HTML>
<HEAD>
<TITLE>just a test</TITLE>
</HEAD>
<BODY>
<H1>this thing just opens another window and stuph</H2>
</BODY>
<SCRIPT>
a = window.open("","laalaa");
a.document.open();
a.d = a.document;
a.d.w = a.d.write;
a.d.w("<HTML><HEAD><TITLE>laa</TITLE></HEAD><BODY><P> laa laa laa
</P></BODY></HTML>");
a.d.close();
</SCRIPT>
</HTML>
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•26 years ago
|
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
[Still marked as removed, so setting to 'duplicate' per Jan's 2.1 comment.]
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•