Question
Calling WebHelp From Web Page
Greetings,
First off, yes I did check the forums and went to pages authored and linked by Daigle [1], Grainge [2] and others. Those are great pages, yet for me a problem remains.
When help is called:
(1) A *small* window opens in the bottom right-hand corner of the screen.
(2) The window seems to ignore the context-sensitive call. No matter which numeric value I specify for the call, the web page always opens to first page of the project.
(3) This behavior is also observed when using John Daigle's sample:
http://download.macromedia.com/pub/developer/context_help_pt2.zip
~~~ Gory Detail ~~~
I have this lin in the HEAD section of the page.
<script type="text/javascript" language=JavaScript1.2 src="RoboHelp_CSH.js"></script>
<p>Click for <a href='javascript:RH_ShowHelp(0, "./path/FileName_csh.htm>webhelp", HH_HELP_CONTEXT, 10)'>Help 10</a></p>
I am using FireFox on Xp.
Any advice you could provide on this subject would be helpful. Thank You!
[1] http://www.adobe.com/devnet/robohelp/articles/context_help.html#
[2] http://www.grainge.org/pages/authoring/calling_webhelp/calling_webhelp.htm
http://www.grainge.org/pages/authoring/calling_webhelp/using_map_ids_merged.htm
First off, yes I did check the forums and went to pages authored and linked by Daigle [1], Grainge [2] and others. Those are great pages, yet for me a problem remains.
When help is called:
(1) A *small* window opens in the bottom right-hand corner of the screen.
(2) The window seems to ignore the context-sensitive call. No matter which numeric value I specify for the call, the web page always opens to first page of the project.
(3) This behavior is also observed when using John Daigle's sample:
http://download.macromedia.com/pub/developer/context_help_pt2.zip
~~~ Gory Detail ~~~
I have this lin in the HEAD section of the page.
<script type="text/javascript" language=JavaScript1.2 src="RoboHelp_CSH.js"></script>
<p>Click for <a href='javascript:RH_ShowHelp(0, "./path/FileName_csh.htm>webhelp", HH_HELP_CONTEXT, 10)'>Help 10</a></p>
I am using FireFox on Xp.
Any advice you could provide on this subject would be helpful. Thank You!
[1] http://www.adobe.com/devnet/robohelp/articles/context_help.html#
[2] http://www.grainge.org/pages/authoring/calling_webhelp/calling_webhelp.htm
http://www.grainge.org/pages/authoring/calling_webhelp/using_map_ids_merged.htm
