Quote:
Originally Posted by quantum-x
In the window that pops up:
put this in the head
<SCRIPT language=JavaScript>
function leave() { if (exit) this.blur();}
</SCRIPT>
In the body tag of the doc: onBeforeUnload="return leave();"
that should work
|
Nice. If I can ever help ya' out, just let me know.