<P>This sample demonstrates quite strange usage of the NetProbe - extract a page from a CHM (Windows HTML Help file)
and embed it into the ASP page output.
</P>
<p>There are many such archives driven by custom protocols. Using NetProbe ASP pages can get resources from them. For example 
the similar mechanism can be used with <B>res:</B> protocol to read resources from DLL/EXE files or <B>mht:</b> protocol to extract
pages previously saved from IE5 or later.
</P>
<p>Usually such kind of protocols do not support form posts (as like ALP). However there are many specific protocols
and there is no problem to post data to them if they support the feature.
</p>