PDA

View Full Version : console help


letcher
12-01-2001, 03:25 AM
Hey what is the code to have multiple entry or exit popups? thanks guys

jojo
12-01-2001, 11:56 AM
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>