Closed
Bug 22663
Opened 25 years ago
Closed 25 years ago
JavaScript Open New Window with no URL location specified.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M15
People
(Reporter: elton_taupin, Assigned: norrisboyd)
References
()
Details
This website opens a blank window then writes into the window.
var w =
open("","secondwindow","width=630,height=562,scrollbars=yes,screenX=0,screenY=0")
When the window opens it gives a permission denied error from the server. To
best see this problem that occurs with Mozilla 5 please go to the website and
login. Click on the preview button once in and you will see it.
Assignee | ||
Updated•25 years ago
|
Component: Core → DOM Level 0
Product: Rhino → Browser
Assignee | ||
Comment 1•25 years ago
|
||
Change product from Rhino to browser.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M15
Assignee | ||
Comment 2•25 years ago
|
||
I was able to follow the steps below, get a popup, and close the window.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•