Skip to main content
Inspiring
June 7, 2014
Answered

How do I link to a HelpID or a Search Term without any programming, through a URL?

  • June 7, 2014
  • 1 reply
  • 494 views

I have looked through the documentation, and it seems that every "possibility" to call either a search term or a HelpID/CHSID for my documentation is to use some sort of API.

Is there a way to call the search function and CHSIDs directly by only typing a URL in a browser (or link from another page, or from an email, etc etc)?

I'd actually like to know for all 3 outputs I am potentially going to be using: WebHelp, WebHelp Pro (RoboHelp Server 9) and HTML5, as I'm not sure yet which form it will take at the software release.

Thanks!

    This topic has been closed for replies.
    Correct answer RoboColum_n_

    See Calling Webhelp for the options for calling WebHelp. Although it doesn't explicitly say so, WebHelp Pro has the same options. I can't speak for HTML5. As for calling a search term, you may well be right that you call one programatically but I would not know about that.

    1 reply

    RoboColum_n_
    RoboColum_n_Correct answer
    Legend
    June 7, 2014

    See Calling Webhelp for the options for calling WebHelp. Although it doesn't explicitly say so, WebHelp Pro has the same options. I can't speak for HTML5. As for calling a search term, you may well be right that you call one programatically but I would not know about that.

    Inspiring
    June 7, 2014

    Ok so basically, "Map IDs" and "Topic IDs" are different... but they're setup the same. Very confusing to me.

    What's very ironic to me is the comment on the Topic ID page, "undocumented javascript". considering that Widgets are also undocumented, I'm starting to get a feeling that maybe somebody should take the time to fully document the documentation software... y'know.

    Inspiring
    June 9, 2014

    Please note that for HTML5, the method is described in the following page:

    Context Sensitivity in Multiscreen/Responsive HTML5 | WvanWeelden.eu

    Basically, it's http://yoursite/path-to-html5output/index.htm?rhcsh=1&rhnewwnd=0&rhmapno=????? , where ???? is your topicid/helpid/chsid/mapid or whatever you call it.