HTML Help window types
From HTML Help ActiveX
Topics Found display options
When you use the ALink, KLink, and Related Topics commands, you can specify, in the Command parameter, whether to display the list of topics in a dialog box or on a pop-up menu. Both display options will list up to 127 topics.
The following are examples of each display type:
Dialog box
To specify a dialog box, type,dialog after the command name as in the following example:
<PARAM name="Command" value="Related Topics, dialog">
Pop-up menu
To specify a a pop-up menu, type,menu after the command name as in the following example:
<PARAM name="Command" value="KLink, menu">
Note
- If no option is specified in the Command parameter, the Topics Found dialog box is used by default.
| About commands | |