Hi-
I don't know if this is the right forum for this question, so if not, please direct me as to where I should post.
I have a task in HTML Help Workshop (which I'm fairly new to working with) where I need to link between the help file and the software application that the help file is written for. The user-functionality would be this:
1 - User opens application.
2 - User opens help file.
(I'm good up until this point.)
3 - Help file displays a "step-by-step" page that instructs how to navigate through the application. Clicking on one of the "steps" will automatically make the application open up to a corresponding window. Note that I'm not trying to link within the help file itself, but from the help file to the software application.
I'm more of the help file "writer", rather than the programmer, so I'm not sure on which end this type of functionality comes from. Does this need to be written into the code for the actual application? Or is it something that needs to be done from the HTML page in the help file? (or the .h or .chm .hhp file or any other file?)
Thanks for any help you can offer, or for directing me as to where I can go to solve this!