-
Dear all,
I have opened a new browser window using window.open. I have disabled the menu's,toolbars,statusbars and the urlbar for the new window. However when I press Ctrl+N hotkey (i.e. new browser instance) it invokes a new instance of this window with everyting enabled including the toolbar,menubar,statusbar and url bar. My browser is IE 4.0. How does one handle this?
-
well, first of all that is just a default browser hotkey, so i don't think you can change it. Second, you specify the attributes of the window when you open it, so by pressing Ctrl+N, there is no way for the browser to know how you want the window to look.