warning message

  • Thread starter Thread starter qli
  • Start date Start date
Q

qli

i created a help file using Microsoft HTML Help Worksop,
the file extension is .chm. I put it on the IIS server,
every time i click the alink from client side browser to
open this chm file, i got warning message like"this file
may harm your computer....." i click ok, help file is
opened. Is there any way we can walk around this warning
message? How to get rid of it?

Thanks,
 
qli said:
i created a help file using Microsoft HTML Help Worksop,
the file extension is .chm. I put it on the IIS server,
every time i click the alink from client side browser to
open this chm file, i got warning message like"this file
may harm your computer....." i click ok, help file is
opened. Is there any way we can walk around this warning
message? How to get rid of it?

There's a lot of useful information on how to access .chm files from
Web pages at:

http://helpware.net/htmlhelp/linktochm.htm

You may also want to look at a quite sophisticated method that Tom
Loya has developed and documented in the help file available from:

http://www.logicsmith.com/files/chmincab.zip

This file describes how to push down and install .chm files from the
Web to a client PC, in the background (without user notification and
without the Save/Open dialog box), and also how to use a Web page to
open a .chm file on the client PC to a specific topic and in a
pre-defined window.
 
Back
Top