Click to See Complete Forum and Search --> : Blcoking URLs typed on IE address bar


jaydeep16
September 9th, 2009, 04:52 AM
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 jayhardikar@gmail.com or call me on (91)- 9552516472


Jaydeep

dannystommen
September 9th, 2009, 05:07 AM
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)

PeejAvery
September 9th, 2009, 08:07 AM
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.