The unclosable window works by taking over the "blur" and "unload" events. If there is attempt to switch away from the window, a "blur" event will be generated. The blur event handler (function "myfocus") cancels the blur event by issuing its own focus event. The result is that the unclosable window always stays on top.
To prevent the window from being closed, the page also installs
an unload event handler (function "myreload"). When a unload event occurs, this
handler loads a second copy of the page effectively making it
impossible to kill the window. Even attempting to kill the
window with an "End Task" command after pressing CTRL-ALT-DEL
doesn't seem to work.
No close Script:
No Close White:
by http://www.computerbytesman.com
Read more