But now - when using Internetexplorer - I can also see that its using
XSubdomainBridge.html - but then hangs with saying "Javascript Error".
Having no tool to check what's really happening, i want to ask you, if
this is a know issue and what to do...
Rodolfo wrote:
> XsubdomainBridge.HTML
>
> if (xhr.readyState == 4) {
> payload['responseText'] =
> xhr.responseText.slice(responseIndex)
> payload['status'] = xhr.status
> var headers = {}
> for (var i = 0; i < markedResponseHeaders.length; ++i) {
> var h = markedResponseHeaders[i];
> ---->> var v = xhr.getResponseHeader(h)
> if (typeof(v) != "undefined" && v != null) {
> headers[h] = v
> }
> }
>
> ERROR : msxml3.dll: "The parameter is incorrect"
Its fixed on trunk. Thanks for the report!
Best regards,
Rui Lopes