opening Help to a mapped ID from a webpage - skin and all
I'm testing my way through a couple different options for doing this, courtesty of materials from Mr. W. VanWeelden and others. Here's the scenario: I want to open specific topics within a webhelp project via links from webpages (all pages will be on the same server. I want not just the topic, but the skin the webhelp project uses ... so that users experience the same Help file interface they are used to, from linking to it via the application toolbar.
I have mapped topics and output the help file. It looks like two different methods work.
JAVASCRIPT
<a href="javascript:RH_ShowHelp(0, '../WebHelp/welcome_to_worldox_gx3.htm', HH_HELP_CONTEXT, 4)">javascript link to topic 4
</a>
DIRECT
<a href="../WebHelp/welcome_to_worldox_gx3.htm?#<id=4>">direct link to topic 4
</a>
OR
<a href="../WebHelp/welcome_to_worldox_gx3.htm?#<id=4>>newwnd=false">direct link to topic 4
</a>
However, both methods get me to the right topic, but without skin. I have tried the "topicurl" option instruction in the Direct method, as Mr. VanWeelden's notes indicate that will load the skin:
<a href="../WebHelp/welcome_to_worldox_gx3.htm?#<../WebHelp/favorite_matters.htm>">direct link to topic 4
</a>
Doesn't work ... not even seeing the main topic.
Is the problem one of syntax, or something more fundamental ... as in having to create a window in the project just for such links? That would lead to two experiences of the same help file, which I don't want. Thanks so much in advance for your suggestions.
Michael D.
