Thanks thanks window appear when the visitor leave your page(test that on this page)
<HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function leave() { window.open('**********.htm','','toolbar=no,menubar=no,location=no,height=500,width=500'); } // End --> </SCRIPT>
put the address of the page thatwill appear after leaving in the **** place
Back