Skip to main content
Participant
August 13, 2008
Question

how do I disable activex in ehlpdhtm.js

  • August 13, 2008
  • 1 reply
  • 596 views
I've created a chm help file using RoboHelp HTML and when I start the help I get a dialog about running an ActiveX control. If I click yes I then get an Internet Explorer Script Error on line 283 (looking at the java script [ehlpdhtm.js]) it looks like the problem is to do with ActiveX.

As I have no ActiveX controls and I'm not using any advanced features how do I turn this off in RoboHelp so that the script is generated without 'HH_ActiveX = true;' but with 'HH_ActiveX = false;'.

Thanks
Damian
This topic has been closed for replies.

1 reply

Participant
August 13, 2008
I've found a workaround.

Edit the ehlpdhtm.js file and comment out the statements in the function BsHHActivateComponents().

Delete the .chm file and re-generate.

There is no point editing the settings at the top as these are over-written.