Here's the situation: I'm using RoboHelp7 to create a
FlashHelp Pro project. I'm then calling the help from a webpage
using the RH_ShowHelp() JavaScript function in RoboHelp_CSH.js.
Everything works fine EXCEPT when using an ID linked to a bookmark
in a topic. Basically it only pulls up the topic, but doesn't go
down to the bookmark within the topic.
This is a complete guess, but I suspect it may have something
to do with the URL being passed to the browser window, as it ends
up being something like this:
http://server/project.htm#topic.htm#bookmark.
If I manually edit the URL to be
http://server/topic.htm#bookmark
the page displays the way I want it to..... so how do I get it to
work with CSH?
Any help is much appreciated... thanks!