Closed
Bug 197006
Opened 22 years ago
Closed 22 years ago
javascript popup not working
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Assigned: asa)
References
()
Details
Attachments
(1 file)
289 bytes,
text/html
|
Details |
going to:
http://www.gamershell.com/hellzone_From_Articles_and_Interviews_CryEngine.shtml
clicking on the images doesn't show the images enlarged.
from the console:
Error: enlargedwindow has no properties
Source File:
http://www.gamershell.com/hellzone_From_Articles_and_Interviews_CryEngine.shtml
Line: 42
which seems to be:
enlargedwindow.document.write(output);
but it has:
var enlargedwindow;
enlargedwindow =
window.open("","GHEnlargedScreenshot","height=600,width=800,resize=yes,scrolling=no");
is this a wrong way to open windows?
20030311
Comment 1•22 years ago
|
||
The URL has changed (don't see the code you are referring to.)
win.document.write() is worksforme. Reporter (Henrik Gemal), can you
find a page that demonstrate the problem? if not and the testcase works
for you, please resolve this bug as worksforme
Reporter | ||
Comment 2•22 years ago
|
||
it now w4m
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•