Disable address bar in Internet Explorer 9
Posted
by
token
on Server Fault
See other posts from Server Fault
or by token
Published on 2012-03-05T22:09:33Z
Indexed on
2012/09/11
15:40 UTC
Read the original article
Hit count: 186
internet-explorer
|IE9
I'm trying to disable the address bar in IE9. I've done a significant amount of searching on this and just can't seem to find a way to make it happen. A lot of web resources discuss how to do it in IE8, but not IE9.
The reason you might ask? I have an application being hosted in a remote desktop farm that links to web pages outside of the application into Internet Explorer. I need to ensure users are limited to just going to the pages the program pushes them to. I realize I could use a proxy server to limit where they can go, but I'm trying to find a really simple way to just disable the address bar instead.
I can't use Kiosk mode because it puts the browser into full screen mode. This won't work for my situation as I need to give users what appears to be a regular browsing experience without an address bar.
© Server Fault or respective owner