All you need to do is help me figure out how to get a pop under exit console working and I will list you on the exit.
thanks,
Denny
thanks,
Denny
<script language="JavaScript">
var exit=true;
function exitcon()
{
if (exit)
window.open("nameofpopup.html", "window_name", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=300, height=300, top=100, left=100");
}
</script>
Comment