Catching IE Refresh Event

Add-in Express™ Support Service
That's what is more important than anything else

Catching IE Refresh Event
Pressing the standard IE Refresh button (or F5) does nort cause a DocumentComplete event. How can I get notified of this event? 
Roy Miller




Posts: 1
Joined: 2011-03-27
The DocumentComplete event is a good place to examine and optionally alter the contents of an HTML page. But this event is not triggered if the user presses IE's refresh button or the equivalent F5 key.

How do I capture the refresh event so I can do any web page modifications I want to do?
Posted 27 Mar, 2011 04:34:20 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Roy,

The IE object model doesn't provide such a posibility. There is not any reliable way to capture the refresh event.
Posted 28 Mar, 2011 09:37:59 Top