letcher
12-01-2001, 03:25 AM
Hey what is the code to have multiple entry or exit popups? thanks guys
here's one that will do both
put this in your body : onunload="exit()
<script language="JavaScript"><!--
window.open('http://www.xxxxx.com/','top','status=no,location=no,scrollbars=yes,tool bar=no');
function exit(){
window.open('http://www.xxxxxx.com/');
}
function mo(added){ window.status='http://www.xxxxxx.com/'+added}
self.moveTo(0,0);self.resizeTo(screen.availWidth,s creen.availHeight);
window.defaultStatus=''
// --></script>
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.