Closed Thread Icon

Preserved Topic: Netscape and Popup windows (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18355" title="Pages that link to Preserved Topic: Netscape and Popup windows (Page 1 of 1)" rel="nofollow" >Preserved Topic: Netscape and Popup windows <span class="small">(Page 1 of 1)</span>\

 
lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 08-25-2001 18:48

I'm not sure, how can i make a popup window in netscape?

why the resizeTo() doesn't work, nor the initial width/height parameters in window.open() don't work neither?


Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 08-26-2001 01:24

Pugzly wrote an excellent generator here:
http://www.gurusnetwork.com/tutorials/html/windowpop_generator.html

lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 08-26-2001 07:58

I checked the code generated, it doesn't look quiet different than the one I wrote.

but basically, this isn't working with NetScape!

you specify like: window.open('file.htm', 'windowname', 'width=123, height=123');

and netscape seems not to care for these parameters and instead it still opens at normal width and height!

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 08-26-2001 08:17

Remove space between width and height attributes (no spaces are allowed there)... Like this:

window.open('file.htm', 'windowname', 'width=123,height=123');

« BackwardsOnwards »

Show Forum Drop Down Menu