Results 1 to 3 of 3

Thread: address bar

  1. #1
    Join Date
    Dec 2004
    Posts
    67

    Default address bar

    Hi everybody,

    I´am building this website without frames. What I want is the address bar not change when i navigate through the site.

    ex. www.mysite.com is the address bar. If i click on a link the adress bar changes : www.mysite.com/link.htm

    i want the address bar always like: www.mysite.com

    so the user can´t see the names of my pages. and always will see www.mysite.com

  2. #2

    Default

    Now why do you want that?
    Anyway; if you want to hide what page you are showing, you could

    1. set a (session)variable when the user enters the page
    2. redirect to www.mysite.com
    3. check the variable and use the readfile() function to output the correct content

  3. #3
    Join Date
    Dec 2004
    Posts
    67

    Default

    ok, i don´t have much idea to do this, could you explain a bit more?
    thanks

Bookmarks

Posting Permissions

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