Quantcast
Channel: Adobe Community : Unanswered Discussions - RoboHelp
Viewing all articles
Browse latest Browse all 5136

WebHelp 5.10.001 JavaScript runtime error

$
0
0

Using WebHelp 5.10.001 (Adobe RoboHelp 11, WebHelp 5.50) and am receiving the following error:

 

JavaScript runtime error: Object doesn't support property or method 'RegisterListener'

 

The above occurs on js file: whproxy.js

 

function RegisterListener(framename, nMessageId) {

    var wSP = getStubPage();

 

    if (wSP && wSP != this) {

        //return wSP.RegisterListener(framename, nMessageId);

    }

    else {

        return false;

    }

}

 

So I commented it out to avoid the error being thrown. What is the fix for this?


Viewing all articles
Browse latest Browse all 5136

Trending Articles