how to remove the history

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gsreenathreddy
    New Member
    • Oct 2007
    • 40

    how to remove the history

    hi!

    I would like to remove the browser history using javascript.
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    Not possible.. Unless you make an activex control do it then it will only work in IE and most users have their security settings to not allow unsigned activex controls.

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5390

      #3
      yes ... and it would be on of the annoying things you could do in a webapp ... never ever try to override user settings ... this is a rule of thumb for good design ...

      however, in case you just want to avoid your own pages added to the history you may use the location.replac e(); method in your app ...

      kind regards

      Comment

      Working...