How do I detect when the Stop button (or Esc key) is used to stop a
page from loading? I would guess that the event looks something like
this:
noise-WebProgress-stop&data==0x<some value>
but I have no idea how to figure out the proper value. Please note
that I would like the event to fire only when a load is interrupted,
not when Stop or Esc are used on a fully-loaded page.
Any suggestions?
Thanks again.