I have to keep an application secure. I open the app in a window with the following:
function Start(page) {
OpenWin = this.open
(page, "CtrlWindow", "status=yes,toolbar=no,
menubar=no,location=no,scrollbars=yes,
resizable=yes");
}.
I...