how to save page address in browser history

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • S N

    how to save page address in browser history

    i want to force the web page address to be saved in browser history using
    asp vbscript.

    please advise on how to do it.


  • Bob Barrows [MVP]

    #2
    Re: how to save page address in browser history

    S N wrote:
    i want to force the web page address to be saved in browser history
    using asp vbscript.
    >
    It is not possible to access browser properties such as history via
    server-side asp script.
    I doubt what you're asking for is even possible via client-side (non-asp)
    script.
    Why do you need this? The browser is already storing the current page
    address in history. Why do you see a need to force it to do something it is
    already doing?

    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Comment

    Working...