Use 'Back' button from your Browser!
") return false } // if if (document.layers && e.which==3) { document.all.guard.style.visibility="visible" document.write("
Use 'Back' button from your Browser!
") return false } // if } // showGuard function closewindow() { if (document.all) { document.all.guard.style.visibility="hidden" } // if if (document.layers) { document.guard.visibility="hidden" } // if } // closewindow if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } // if document.onmousedown=showGuard; // Stop hiding --->
|
Preview
|