Refresh event of Internet Explorer

  • Thread starter Thread starter Sunil Shindekar
  • Start date Start date
S

Sunil Shindekar

Hi,

I am writing the program which will capture the incoming HTML in web
browser and do some modifications in it and then display in IE. It works
fine when user gives new URL. But if user clicks "Refresh" button, I am
not getting any event. So my program doesn't work properly for Refresh.
Can anyone tell me how to achieve this functionality. I am writing the
program using C#.

Thanks in advance.

Regards,
Sunil
 
The Page_Load is suppoesd to be the event of the refresh part. I aint
no expert though. Hope this helps.
 
Hi,

Actually I don't have to modify on my own HTML. Functionality will be
something like this. Suppose user opens the IE from desktop and types
some URL in address bar, say www.msn.com. Then the program which is
running on client machine should detect all the links n it and remove it
before the HTML gets displayed in the browser.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top