Skip to main content
CMSimard
Inspiring
January 2, 2020
Question

How to make context sensitive calls to locally installed HTML5 help without web server

  • January 2, 2020
  • 1 reply
  • 304 views

Hello,

I have been working with my software development team to do a proof of concept of migrating a context sensitive help project from Oracle Help to HTML5 Responsive Help. Exciting times!

 

Is anyone making context sensitive calls to HTML5 responsive help that is installed locally without a web server?

 

We have found that calls with the ? in them require HTTP processing/web server. Without a web server, the context sensitive call is not completed, just the call to the index file and default landing page for the help system.

 

As a viable workaround, the developer has created a redirect file for each entry point into the help. So, we do have a go forward plan, but these redirect files introduce additional maintenance work for development as the help system changes over time so I would like to see if anyone has call syntax that works without a web server.

 

Thanks!

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
January 3, 2020

I just generated the RoboHelp Reimagined sample project locally and this link is what is displayed when I open the project. If I then copy the link to another browser tab, it is working correctly.

 

file:///C:/Users/xxxxxx/Documents/My%20RoboHelp%20Projects/outputs/RoboHelp%20Reimagined/Responsive%20HTML5/index.htm#t=bits_and_pieces%2Fbits_and_pieces.htm

 

Try that project to help solve the issue. Not sure where your ? is coming from.

 

There is a topic on Calling Help on my site.


www.grainge.org

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.