• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Context Sensitive help

New Here ,
May 25, 2011 May 25, 2011

Copy link to clipboard

Copied

Hi,

I am having problems with context sensitive help. I have a hyperlink on a page, and when a user clicks the hyperlink he is redirected to robohelptopic with a mapid.

I am having two issues here.

1) When I click the hyperlink the orginal page goes blank and robohelp opens up in a seperate window,but always the first page opens up irrespective of the map number.

I have include the javascript file.

and this is my hyperlink markup

<a href='javascript:RH_ShowHelp(0,"myurl",0,205)'><span

                class="margl10 blue" >ONLINE HELP</span> </a>

note :205 is the map number

Views

255

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 26, 2011 May 26, 2011

Copy link to clipboard

Copied

LATEST

Hi,

It looks like your CSH call is off. (I assume you are using the default RH JavaScript API.) Try: 'javascript:RH_ShowHelp(0,"myurl",HH_HELP_CONTEXT,205)'

The 0 you provide as the third variable tells the script to open the default topic no matter what you specify. You may also want to take a look at Peter's site: http://www.grainge.org/pages/authoring/calling_webhelp/using_map_ids.htm

You also mention the help opening in a popup. As far as I can see, the help call opens two popups: One popup from the page you are calling the help from and another popup to open the help. Which popup gives you problems? (I don't use this API myself and I'm just making this out from the code. If it works differently that I describe, please let me know.)

Greet,

Willam

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp