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

Is there a way to open context-sensitive help in a new window with RH10?

Guest
Mar 22, 2013 Mar 22, 2013

Copy link to clipboard

Copied

I'm linking my context sensitive help using the RoboHelp_CSH.js file to my web application.

The correct topic opens when I click the help link, but it opens in a pop-up window. This causes problems in Firefox and Chrome (which block pop-ups by default).

Is there anyway to force the context-sensitive help topics to open in a new window?

I've tried adding

<p><A HREF="javascript:RH_ShowHelp(0,'http:/myurl/index.htm', HH_HELP_CONTEXT, 100)" target="_blank">Help</A>

which opens an empty tab in Firefox with no content in it. And it doesn't work in Chrome either.

Has anyone else run into this? Any help is greatly appreciated.

Thanks,

Colleen

Views

429

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

correct answers 1 Correct answer

LEGEND , Mar 23, 2013 Mar 23, 2013

Hi and welcome to the forums.

Using the RoboHelp API, that is quite a bother. (Read: major pain)

Fortunately, there is a simple solution:

<a href="http://myurl/index.htm#<id=4>>newwnd=false" target="blank">Help<a/>

This link does exactly the same, only opens the help in a new browser window.

You may also be interested in my custom WebHelp API: http://www.wvanweelden.eu/blog/2012/08/03/custom-webhelp-apis

Greet,

Willam

Votes

Translate

Translate
LEGEND ,
Mar 23, 2013 Mar 23, 2013

Copy link to clipboard

Copied

LATEST

Hi and welcome to the forums.

Using the RoboHelp API, that is quite a bother. (Read: major pain)

Fortunately, there is a simple solution:

<a href="http://myurl/index.htm#<id=4>>newwnd=false" target="blank">Help<a/>

This link does exactly the same, only opens the help in a new browser window.

You may also be interested in my custom WebHelp API: http://www.wvanweelden.eu/blog/2012/08/03/custom-webhelp-apis

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