How to Create a
Context-Sensitive Help
Q. How to open the help system with the specified topic
already opened (in order to create a context-sensitive help
system)?
A. Just open your help system (normally, you need to open
the file index.htm for that) specifying the relative path to your
topic in the "page" parameter. If there are characters '/' or '\'
in the path, change them into %2F. For instance, the link below
will open the topic 'System Requirements' in the chm2web help:
http://chm2web.aklabs.com/helpfr/index.html?page=src%2fsysreq.htm
|