Let's say you want to click a text link and display an MS Word document. If the file is on the internet or you want to specify the full path:
In each case above, the MS Word doc will be loaded within your HtmlHelp file, so it appears to be embedded in your page. If you want to load the external file separately from your HtmlHelp file, do the following:
Using Relative Directory Addressing
Sometimes it may not be possible to know the full path to where a file is located, so we added a JavaScript function called "OpenFileRelativeToCHMFolder". This function is automatically added to your Project when you compile. Let's say you have a file called "YourMSWord.doc" and it is located in a known folder, which is a sub-folder of where the CHM file will be loaded from, i.e. "C:\..\YourApplication\SupportFiles\Docs".
To use this function you need to use Html.