Hello,
right now I'm using a primary window (default.htm on the server) to launch a secondary window without any buttons as the first true page of the website. My problem occurs when I try to close the initial window, like so:
window.open(2nd page with no buttons, etc.)
document.close
I get the message "The web page you are viewing is trying to close this window. Do you want to close this window?"
I realize this is realted to the IE security level setting and can be overridden by lowering it. The problem is that this will be distributed across the company with many users with many different IE settings, so I'd like to find a way to avoid it completely.
Incidentally, this only happens when you try to close initial windows, i.e., not ones that have been launched by the window.open function.
I can either solve this, or find a way to hide all of these buttons and bars on the initial page.
right now I'm using a primary window (default.htm on the server) to launch a secondary window without any buttons as the first true page of the website. My problem occurs when I try to close the initial window, like so:
window.open(2nd page with no buttons, etc.)
document.close
I get the message "The web page you are viewing is trying to close this window. Do you want to close this window?"
I realize this is realted to the IE security level setting and can be overridden by lowering it. The problem is that this will be distributed across the company with many users with many different IE settings, so I'd like to find a way to avoid it completely.
Incidentally, this only happens when you try to close initial windows, i.e., not ones that have been launched by the window.open function.
I can either solve this, or find a way to hide all of these buttons and bars on the initial page.