Crossite + Internetexplorer

1 view
Skip to first unread message

profdrcode

unread,
Jul 7, 2008, 8:41:01 PM7/7/08
to Orbited Discussion
I am currently running the following Setup:

web.domain.com:80 - webserver
orb.web.domain.com:80 - orbited server

on my html pages on web.domain.com i hooked in the comet connection to
the orbited server (basically the irc chat demo)

now when using firefox and opera to start the webchat form
web.domain.com - everything runs fine - i can see that it uses
XSubdomainBridge.html to do things right.

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...

Greets Malte

Michael Carter

unread,
Jul 8, 2008, 1:38:27 AM7/8/08
to orbite...@googlegroups.com
On Mon, Jul 7, 2008 at 5:41 PM, profdrcode <malte.n...@gmx.de> wrote:

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...
In IE you can click on the buttom left of the screen and the javascript error will pop up. You can hit "previous" and "next" to cycle through the errors. Can you paste any / all errors that you see?

-Michael Carter

Rodolfo

unread,
Jul 11, 2008, 5:56:40 PM7/11/08
to Orbited Discussion
Hi

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"



On 8 jul, 01:38, "Michael Carter" <cartermich...@gmail.com> wrote:

Rui Lopes

unread,
Jul 12, 2008, 3:46:22 PM7/12/08
to orbite...@googlegroups.com
Hi Rodolfo,

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

Rodolfo

unread,
Jul 14, 2008, 5:19:14 PM7/14/08
to Orbited Discussion
Thanks

the bug is fixed...
but if help you, still not working in IE7 (dont showme nothing "Errors
or Events")

ORBITED_PORT = 8000;
ORBITED_DOMAIN = 'localhost'
Orbited.connect(event, user.UserName, "/alert","0");

In firefox work fine ...

anyway, i will try to change a litle bit the code (orbited.js),
to explicit the transport in connect.. cause maybe i dont want use a
xhr ;)

Sorry for my really bad english..
> Rui Lopes- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -
Reply all
Reply to author
Forward
0 new messages