Disable Browser
-
Hi All...can any1 tell me if there is a way to disable or hide all the IE7's menubars and statusbars and how can i how do i do it? Thnks in advance
living life on the flip side
You can use the javascript method
window.open
to open a browser window, and the options you pass to it define what is visible in the browser window.Deja View - the feeling that you've seen this post before.
-
Hi All...can any1 tell me if there is a way to disable or hide all the IE7's menubars and statusbars and how can i how do i do it? Thnks in advance
living life on the flip side
Kiosk mode[^]? Or write an app whose only control is a WebBrowser?
-
You can use the javascript method
window.open
to open a browser window, and the options you pass to it define what is visible in the browser window.Deja View - the feeling that you've seen this post before.