Blcoking URLs typed on IE address bar
Hi
Can anyone help me with script for following functionality?
For a particular session Internet Explorer should open only sites whose URLs are being displayed on current web page in Internet Explorer. This means user should not be able to reach any URL by typing the URL or IP address on address bar of IE. After the session the IE should behave normally.
Need to implement this functionality urgently. For more details please send me a mail on [email protected] or call me on (91)- 9552516472
Jaydeep
Re: Blcoking URLs typed on IE address bar
As far as I know it is not possible.
But if you have an loginpage, you can create a workaround. After log in, instead of redirecting the user to your home page, open the home page in a new window using window.open() function. In this window it is not possible to change to address in the address bar (or click some favorites urls)
Re: Blcoking URLs typed on IE address bar
I'm sorry, but this simply cannot be done. You could create your own browser and not include the address bar. But, that's the best option you have.