Download file:
Sometimes you need to link to an anchor that is inside a dropdown. RoboHelp doesn't open the dropdown, so the link will only open the page. This JavaScript opens dropdowns if you call an anchor that is inside a dropdown.
Note:
- Standard RoboHelp twisties are supported.
- If you want to use Twisties and Show Hide all buttons with this script, you need the Twisties and link to dropdown script.
Compatibility
This script works with the following outputs:
| Version / Output | AIR | CHM | FlashHelp | WebHelp |
|---|---|---|---|---|
| RoboHelp 9 | ![]() |
![]() |
![]() |
![]() |
| RoboHelp 8 | ![]() |
![]() |
![]() |
![]() |
| RoboHelp 7 | ![]() |
![]() |
![]() |
![]() |
Setting up
- Add the script as a baggage file to your project.
- Add the script in the header section of your topic:
<head> <script type="text/javascript" src="http://wvanweelden.eu/dropdownhyperlinkfix.js"></script> </head>
Note: You need to add the script on the page you are linking to. You do not need to add the script on the page you are linking from.


