I'm not sure what you mean by the first part but I can give you the JavaScript code for the exit popup delay.
Code:<script language='javascript'><!-- function unloader() { // set this to the seconds to wait var sec = 30; setTimeout("unloader2()",sec); } function unloader2() { window.open('http://www.yourdomain.com/yourpage.html','_blank','menubar=no,toolbar=no,location=no,status=no,width=500,height=300'); } --></script> <body onunload="unloader()">




Bookmarks