Omni Systems, Inc.

  

Mif2Go User's Guide, Version 55

  

Valid HTML 4.01!

 

Made with Mif2Go

10 Generating OmniHelp > 10.11 Setting up CSH for OmniHelp > 10.11.4 Executing browser commands for OmniHelp CSH calls


10.11.4 Executing browser commands for OmniHelp CSH calls

If the application that calls your OmniHelp project can execute system commands, the developer can have the application access the Windows Registry for the required browser command syntax, and use that command to open an OmniHelp topic file. With this method, you do not need redirect pages (see §10.11.3 Using redirect pages for OmniHelp CSH calls).

To see what is involved, check the Windows Registry for the correct browser command syntax (Start > Run > regedit):

1. Find the registered name of the default browser. Go to the following key:

HKEY_CLASSES_ROOT\.htm

and look at the first (Default) entry in the Data column. For example, for Firefox the default browser name is FirefoxHTML.

2. Find the exact command syntax for the default browser. Go to the following key:

HKEY_CLASSES_ROOT\DefaultBrowserName\shell\open\command

For example, for Firefox you would go to:

HKEY_CLASSES_ROOT\FirefoxHTML\shell\open\command

3. Look at the first (Default) entry in the Data column. For example, the command for Firefox might be:

C:\PROGRA~1\MOZILL~2\FIREFOX.EXE -url "%1"

In each call, the application should replace %1 in the browser command with the following type of file reference:

file:///path/to/_myproj.htm#IDH_contextID

where IDH_contextID is the content of a newlink marker in FrameMaker. Notice the three forward slashes in the file reference. This syntax should open the correct OmniHelp topic file.



10 Generating OmniHelp > 10.11 Setting up CSH for OmniHelp > 10.11.4 Executing browser commands for OmniHelp CSH calls