CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2009
    Posts
    2

    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

  2. #2
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    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)

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    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.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured