[thelist] RE: resizable popup window in netscape 4.76?

Fortune Elkins fortune_elkins at summithq.com
Fri Jun 22 10:46:25 CDT 2001


hiya!

as you may remember, last week i needed some poup window code that was
compatible with IE, netscape 6, and netscape 4.76. 

you all kindly gave me:

function popUp(theURL,winName,features) {
         popWin = window.open(theURL,winName,features);
	   setTimeout('popWin.focus()', 500);
        }

which is working great. 

the onclick event at the link is:

<a href="mypage.htm" target="_blank"
onClick="popUp('mypage.htm','PopUpWindow','width=590,height=420, scrollbars,
resizable')">

this works perfectly in IE and netscape 6. it's almost perfect in netscape
4.76, which doesn't seem to recognize the "resizable."

what am i doing wrong? i'm sure it's a simple fix and that i'm overlooking
something obvious. . .

tia,

fortune

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.





More information about the thelist mailing list