Links to Design-Time controls not working
Hi
This is a bit historic but years ago when using robohelp to generate hlp files I used to create links from piece of text to to a see also control that was hidden thus enabling see also links from the text.
When I upgraded to generate HTML help (chm files) this still worked even though I could not work out how to recrete it uisng the UI of Robohelp. I was able to copy and paste stuff and modify the HTML so that I could create similar links.
I have just upgraded to Robohelp 8 and these links no longer work. I get the following error:
`An error has occured in the script on this page`
The links work when compiled in version 7
Below is a sample of the code for the link
Robohelp 8
<a href="javascript:RelatedTopic1.Click()" class="popuplk">Set up I/O modules</a>
Robohelp 7 (works)
<a href="javascript:RelatedTopic1.Click()" class="popuplk">Set up I/O modules</a>
Code looks the same.
Would be grateful for any help on how to fix this, or an alternative method.
Tim
