TextPopup best practice and behaviour
In RoboHelp 2019, in a project that's been imported from RH Classic, there are a number of TextPopups with a hyperlink pointing to:
Javascript:hhctrl.TextPopup('Popup message','Arial,8',50,50,00000000,0xc0ffff)
These require the inclusion of an object in the HTML at the start of the body:
<object border="0" classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11" height="0" hspace="0" id="hhctrl" type="application/x-oleobject" vspace="0" width="0"></object>
In the RoboHelp UI, this object renders as a sort of missing flash link:
...but it all looks and works OK in published CHM.
Is this the correct approach for TextPopups on hyperlink, or has it been introduced from the RH Classic conversion?
I can replicate the behaviour on new pages easily enough by duplicating a page or pasting the relevant HTML, but it feels as though I'm probably missing some better approach.
Thanks
