Once your Website Help has been compiled you can simply display it by opening the Index.html file in your Website folder. However, you may want to display a specific page as you would display context sensitive help from an application. To do this you can pass the HelpID or the Context String as part of the url.
Using HelpIDs
Every page has a unique number associated with it called a HelpID. You can find this number on the Properties tab for each page. Let's say you have a HelpID of 3400. To display that page from your Website Help, simply pass the HelpID as follows:
http://www.mydomain.com/Index.html?3400
This will display that page and synchronize the table of contents.
Using Context Strings
Like HelpIDs, a Context String is a unique identifier associated with every page. You can find this string on the Properties tab for each page. Let's say you have a Context String of "ChapterOne". To display that page from your Website Help, simply pass the ContextString as follows:
http://www.mydomain.com/Index.html?ChapterOne