Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
WebCombo EnableXmlHTTP= true, problems with IE 6.0
posted

 Hi there

Smart CallBacks functionality of WebCombo v.8.2 gets frozen and generates the error: (paramater is incorrect). Debuging takes me to the following file and function:

webresource.axd

paramater is incorrect

igtbl_XSLTProcessor.prototype.transform=function()
{
    if(!this.input)
        return false;
    if(ig_csom.IsIE)
    {
        this.Processor.input=this.input;
        this.Processor.transform();
        this.output=this.Processor.output;
    }
    else
        return this.outputDocument=this.Processor.transformToDocument(this.input);
    return true;
};

Any help more than welcome

Regards

Elvis