CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2004
    Location
    Delhi, India
    Posts
    59

    Smile is it possible to hide url in the address bar

    I want to know if its possible to hide the actual URL in the address bar of the different pages on my website eg, http://abc.free.com/MyBikePage.html
    and just have the domain name displayed no matter what page you are veiwing? eg, http://www.abc.com

    ok Any help appreciated thanks guys!

  2. #2
    Join Date
    Feb 2002
    Location
    Mumbai, India
    Posts
    242

    Re: is it possible to hide url in the address bar

    khushi,

    U need to use frames on ur website. Every frame has a html, aspx, etc. page attached to it. E.g. u can have 3 frames where by the top frames have the banner, left one has the menus and the right one has the content. Every time user selects something on the left menu frame u can show the contents on the right frame.
    Hope this helps. If it does, then rate it.
    ----
    Rohit

  3. #3
    Join Date
    Dec 2004
    Location
    Delhi, India
    Posts
    59

    Smile Re: is it possible to hide url in the address bar

    Hi
    Rohit Kukreti

    thnx for ur help.

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