CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: ie address bar?

  1. #1
    Join Date
    Feb 2003
    Location
    uk
    Posts
    4

    ie address bar?

    I am trying to blank out the link shown in the address bar of internet explorer when my pages load. Can it be done???

  2. #2
    Join Date
    Jul 2002
    Location
    India
    Posts
    505
    That cant be done to the best of my knowledge..

    Satish

  3. #3
    Join Date
    Jan 2003
    Location
    North Carolina
    Posts
    309
    No you cannot blank out the address.

    However you can use the Window.Open method to open a window without the tool and address bar. But all a person has to do is right click the page and choose properties then to see the full url.

    Or there is a metatag that you can use if you just want the page not to appear in their history and the reference not be retained. I have seen issues with that as well though but if your concern is history might be worth a try. Sorry, I don't have it in front of me or remember the item.

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