Reputation: 1253
IE doesn't fire DocumentComplete & NavigateComplete2 events after a page refresh (F5).
This is apparently "by design", but it makes it hard to respond to a page reload.
What approaches out there have had the best success? What are the caveats? Thx
Upvotes: 3
Views: 1941
Reputation: 13984
There is no direct method and it is hard to implement across different versions of IE. Although you can use combination of some events to achieve that. Be warned the following approaches are not fool proof.
Links:
Upvotes: 2