Intercept incoming html
-
Hi, I'm looking for a starting point here. I want to 'intercept' incoming HTML on the client, before it's handled by the browser. Is this possible? Kind regards :-D, Ludwig
One way to do it is to write a Browser Helper Object[^]. Browser Helper Object can then send message and pass URL to your main application.
-
One way to do it is to write a Browser Helper Object[^]. Browser Helper Object can then send message and pass URL to your main application.
-
Hi, I'm looking for a starting point here. I want to 'intercept' incoming HTML on the client, before it's handled by the browser. Is this possible? Kind regards :-D, Ludwig
Have you looked at the WebRequest[^] class? - Nick Parker
My Blog -
Have you looked at the WebRequest[^] class? - Nick Parker
My Blog