PrinBrando
08-07-2003, 04:12 PM
I am trying to get a pop up window to open when someone closes my site. Why is this code not working? The website I got it from says it is html but it looks more like java.
thxs
<body onUnload="window.open('URL You Want To Open','newWindow','scrollbars=1,resizable=1,addressbar=1,location=1,statusbar=1, toolbar=1,taskbar=1,height=250,width=350')">
thxs
<body onUnload="window.open('URL You Want To Open','newWindow','scrollbars=1,resizable=1,addressbar=1,location=1,statusbar=1, toolbar=1,taskbar=1,height=250,width=350')">