Context-sensitive help systems assist users by providing specific informational topics for certain components of a user interface, such as a button or window. This mechanism works based on mappings between a unique ID defined in the topic and a corresponding HTML page.
<map productID="oxy-webhelp" productVersion="1.1"> <appContext helpID="annotations-view" path="topics/annotations-view.html"/> <appContext helpID="button-editor" path="concepts/button-editor.html"/> . . . </map>
<prolog>
<resourceid id="context-sensitive-help-system"/>
</prolog>
<prolog> <resourceid id="dialog1"/> <resourceid id="view1"/> </prolog>
Invoke one of the WebHelp system files index.html or index_frames.html and pass the contextId parameter with a specific value. The WebHelp system will automatically open the help page associated with the value of the contextId parameter.
index.html?contextId=dialog1ID
index_frames.html?contextId=view1ID