Click to See Complete Forum and Search --> : pop up window with netscape !??


Asch
04-29-2003, 03:22 AM
I m trying to get all my websites compatible with all browsers :O)...now why netscape don t pop up the window with that ?
----------------------------------
function openpopup(){
var popurl="xxxxx.html"
winpops=window.open(popurl,"","width=220,height=220,top=178,left=110")
}
----------------------------------

hope you can help me thx


asch
:D

DrDaMour
04-29-2003, 03:53 AM
you don't have to return it to a value, but what i've noticed with netscape is if you're trying ot make tha twork on an onunload event, then it will only pop if the browser is open. If you close teh browser, it will ignore onunloads.