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.
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.