Clear FireFox Browser History

  • Thread starter Thread starter vighnesh
  • Start date Start date
V

vighnesh

Hi Folks

Greetings to you all. I have been dealing a project, in which one of the
requirement is to clear
FireFox browser history programatically. Can anybody suggest me, how this
can be implemented in either VB/C#.NET?

Thanking You in Advance

Regards
Vighneswar
 
Hi,
Hi Folks

Greetings to you all. I have been dealing a project, in which one of the
requirement is to clear
FireFox browser history programatically. Can anybody suggest me, how this
can be implemented in either VB/C#.NET?

Thanking You in Advance

Regards
Vighneswar

You mean having a standalone application running on the same machine as
Firefox to do that? Or a web application?

Greetings,
Laurent
 
You have to do it on the client (JavaScript), since it's the client's cache
you are clearing. The server can have no control over that.

It's never totally reliable, and it annoys the hell out of your users.


Peter
 
Hi Folks

Thank you verymuch for your reply, but the application is a windows
application not a web application. Please suggest.

Thanking you in advance

Regards
Vighneswar
 
Back
Top