The question is how do I intercept images download as the messages received
from the webbrowser seem to refer to the whole document? I would like to redirect
the IE from some images (doing a check based on their URL) to other images stored
on disk.
You can't do what you want this way. You may be able to use
Asynchronous Pluggable Protocols (APPs), but again I'm not sure
whether they can be used this way (I have never used them this way.)
The basic idea is writing an APP which intercepts the http protocol,
and redirects the image URLs while handing all other URLs off to the
default http protocol handler. Hope that this is possible.
---------
Ehsan Akhgari
List Owner: [EMAIL PROTECTED]
[Email: [EMAIL PROTECTED]]
[WWW: http://www.beginthread.com/Ehsan
]
| I've done the math enough to know the dangers of a second guessing... |
