Re: stop browser downloading a js script
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Mon, 19 May 2008 18:01:23 -0400
peter.boot <peter.boot@xxxxxxxxx> wrote:
I didn't realize you wanted to block just one particular script
file. Is that what you want?
Yes that is what I want to do
Just a single script? Out of curiosity, why do you want to do that?
You could install a temporary Asynchronous Pluggable Protocol (APP) for
HTTP protocol. Your implementation would error out (say, return E_ABORT)
in IInternetProtocol::Start when given this particular URL, and return
INET_E_USE_DEFAULT_PROTOCOLHANDLER in all other cases (this return code
means "use default built-in handler").
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- References:
- stop browser downloading a js script
- From: peter.boot
- Re: stop browser downloading a js script
- From: Igor Tandetnik
- Re: stop browser downloading a js script
- From: peter.boot
- Re: stop browser downloading a js script
- From: Igor Tandetnik
- Re: stop browser downloading a js script
- From: peter.boot
- stop browser downloading a js script
- Prev by Date: Re: stop browser downloading a js script
- Next by Date: ie7hangs up when i delete history
- Previous by thread: Re: stop browser downloading a js script
- Next by thread: ie7hangs up when i delete history
- Index(es):
Loading