IWebBrowser2 and Refresh Events


2004-04-08 03:46:46 PM
cppbuilder85
I'm working on a browser helper object which modifies the
document of a web page after it's loaded.
I've been modifying the document in the DOCUMENTCOMPLETE event
which works great when the user navigates to a site. That event
doesn't fire off when the user refreshes the page though.
My question is what event should I put my code to modify the
document once it has been refreshed. The document should be fully loaded also (not sure if this matters for a refresh).