PDA

View Full Version : Exit Console help please


Hypo
03-10-2001, 04:59 PM
I want the exit consoles on my page NOT to popup when certain specific links are clicked. How can I achieve this?

Here is the function in the body tag -

" onUnload="leave()"

Here is the javascript in the head -

function leave() {
window.open('http://www.exitwindow.com/','','toolbar=yes,menubar=yes,scrollbars=yes,resiz able=yes,location=no,top=0,left=0,width=screen.ava ilWidth,height=screen.availHeight');
window.open('http://www.moreexits.com','','toolbar=yes,menubar=yes,scr ollbars=yes,resizable=yes,location=no,top=0,left=0 ,width=screen.availWidth,height=screen.availHeight ');
}
// End -->

Killah
03-10-2001, 05:34 PM
http://www.sellyourexit.com/consoles.html

Hypo
03-10-2001, 05:56 PM
Thanks heaps! That worked.