'permanent' web site url while browsing?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patrickdrd
    New Member
    • Feb 2007
    • 9

    'permanent' web site url while browsing?

    Hi all!

    Does anyone know of a way to keep a permanent url throughout a user's browsing?

    For example, if my web site's address is http://www.mysite.com,
    I have noticed that some sites keep that url 'permanent' somehow,
    i.e. doesn't change while e.g. clicking on a link!

    How is this accomplished? Maybe some sort of script?

    Thanks in advance!
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Originally posted by patrickdrd
    Hi all!

    Does anyone know of a way to keep a permanent url throughout a user's browsing?

    For example, if my web site's address is http://www.mysite.com,
    I have noticed that some sites keep that url 'permanent' somehow,
    i.e. doesn't change while e.g. clicking on a link!

    How is this accomplished? Maybe some sort of script?

    Thanks in advance!
    Probably the easiest way is to put it in a frame. The outer frame gives the URL in the address bar even though the inner frames change.

    I often have multiple steps going through the same page, but not usually the whole site, and even then I usually pass data through the URL, so that still changes

    first time:
    www.mySite.com/default.asp

    second time:
    www.mySite.com/default.asp?act ion=present

    I don't see a realistic way to do this through scripts.

    Jared

    Comment

    Working...