View Single Post
Old 11-01-2003, 05:28 PM  
HighRoller
Confirmed User
 
Join Date: Feb 2003
Location: MN
Posts: 1,037
Exit window script problem

I must have changed something, this use to work, and now it doesn't, what am I doing wrong?


<hahahahahahahaha
var exit = true;
function leave() {

if (exit) {

window.open('http://www.url.com');

}

}
</hahahahahahahaha








onUnload="leave()" onclick="exit=false">
HighRoller is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote