Preventing index.html from appearing when calling context-sensitive help
Posted: Fri Sep 17, 2021 9:57 pm
Hello --
I have a customer using context-sensitive help calls with oXygen Webhelp Responsive.
The customer wants to prevent the index.html page from appearing for just a moment when you click on a context-sensitive help link in their web application.
When you click on a help link, the index.html page appears in a new browser window for just a moment and then the linked topic appears. The effect is that the index.html page "flashes" before the desired topic appears. Users are reporting that this is distracting and annoying.
Is there a simple way to suppress the index.html page if one passes it a help ID? That is, if you call something like this --
webhelp/index.html?contextID=someHelpID
-- can the browser window appear blank until the desired topic is resolved and appears?
If there's no simple way to do this -- say, with a setting or something -- where should I start looking in the JavaScript code to insert something that interrupts the rendering of the index.html page if there is a contextID?
Thanks!
Jonathan Piasecki
I have a customer using context-sensitive help calls with oXygen Webhelp Responsive.
The customer wants to prevent the index.html page from appearing for just a moment when you click on a context-sensitive help link in their web application.
When you click on a help link, the index.html page appears in a new browser window for just a moment and then the linked topic appears. The effect is that the index.html page "flashes" before the desired topic appears. Users are reporting that this is distracting and annoying.
Is there a simple way to suppress the index.html page if one passes it a help ID? That is, if you call something like this --
webhelp/index.html?contextID=someHelpID
-- can the browser window appear blank until the desired topic is resolved and appears?
If there's no simple way to do this -- say, with a setting or something -- where should I start looking in the JavaScript code to insert something that interrupts the rendering of the index.html page if there is a contextID?
Thanks!
Jonathan Piasecki