[thelist] urgent! popup window problem in Netscape 4!

Fortune Elkins fortune_elkins at summithq.com
Fri Nov 9 12:31:29 CST 2001


hiya!

been using this popup window script for a while:

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

triggered in the document by:

<a href="#"
onClick="popUp('mydoc.htm','PopUpWindow','width=590,height=420,scrollbars,re
sizable')">

it was working great for me in IE4+ and Netscape 4.76 and Netscape 6.x.
suddenly, however, it's stopped working in Netscape 4.76! the mydoc.htm only
loads *halfway* and then stops! 

what's that all about? must fix ASAP, but have no clue as to what the
trouble is!

all tips, tricks, insights deeply appreciated!

tia,

f

----------------------------------------------------------------------------
--------------------
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