Is there a way to prevent pop-ups?
RH9, webhelp, merged projects.
Scenario: We have an externally-created .htm page that lists our new features along with the relevant issue/case number. We use Map IDs to assign these case numbers to the relevant topics (i.e. the topic for feature '12345' has a Map ID assigned to it of '12345') and the html page has hyperlinks on the case numbers so theoretically users can click on the number and go directly to the relevant help topic. This .htm page is added to our help project and can be accessed through the TOC/etc.
The issue is that clicking on a link invokes the topic as a pop-up, rather than just going directly to it as with normal help navigation. As a result, we are tripping numerous pop-up/activex/scripting controls in most browsers and its breaking this system on most test systems.
Is there a setting or control or such to prevent this? To force the help to open the new topic inline rather than popup? My understanding is popups are controlled by the eHlpDhtm.js file, but that RH overwrites this with the default (meaning you can't edit it), and when I peaked in this file it has comments saying that popups shouldn't be removed because inline can't be handled. (?) ![]()
Edit: Just to clarify, our linking system works - when pop-up blocking is disabled in FF, for example, the setup works. The issue is that we can't ask customers to disable this, and there doesn't seem to be any way of getting Firefox or IE (for example) to exempt our help system. In FF for example, the help addy won't add to the exempt list, and if you try to select "allow pop-ups for" it doesn't do anything, as if the browsers can't recognize or don't treat a local help system the same as a website and thus don't allow it to be added to any kind of exempt list or similar. Hence trying to bypass popping up altogether.
