How to force history list to clear in IE

Discussion in 'JavaScript' started by tortuga64, Jan 25, 2007.

  1. #1
    Is there a programmable way to force the url history list to clear in IE?
    I don't want to have the user manually do via Tools/Internet Options/Clear History button. I want the history list to get cleared via JavaScript upon logout.
     
    tortuga64, Jan 25, 2007 IP
  2. giraph

    giraph Guest

    Messages:
    484
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not with javascript or any web language.
     
    giraph, Jan 25, 2007 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    you could create an installable ActiveX component for IE which could do it. Use VB to create an EXE ActiveX which hooks into IE and clear the history. Only problem is people would have to manually install it... vs. instantly being clickable via a web page.
     
    ccoonen, Jan 25, 2007 IP