My page works perfectly in IE, but on firefox I get these super weird errors. I get a new one every second or two and theres no rhyme or reason to what the last letter is (at least as far as i can tell).

Again, the page works PERFECTLY in Internet Explorer. This is a cross-browser javascript issue, not a server issue. There is no line number or anything so it seems that its coming from a throw. I went through your code to try to change every "throw" to an "alert" but that made no difference.

The error lines that I have been getting are any of the following three:

uncaught exception: Permission denied to get property Window.LS_s
uncaught exception: Permission denied to get property Window.LS_e
uncaught exception: Permission denied to get property Window.LS_u

Please let me know what to change.
-james.
In firefox, I need to setDomain to the local domain, while in IE, if I do that, all I get is javascript errors.

In IE, I need to setDomain(null) in order to get anything to work.
If so I assume that your LSHost and domain settings are equals.
If you can you should change the hostname or the domain in a way that they look different.

eg:
domain - lightstreamer.com
LSHost - push.lightstreamer.com

this way you will see your app running on both IE and FX
5 months later
Hi,

My program works in FireFox not in IE. In IE I get Permission Denied on this statement in lsengine.js:

self.LS_onld=LS_tlB;

I have set the domain to "local.com" and host to "push.local.com". As a matter of fact I get the same error in the demo pages included in Lightstreamer.

I use different servers for Lightstreamer and Web Server.

I appreciate your help.

Farshid
14 days later
Which URL are you using to access your pages?
Could you post your PushPage and LightstreamerEngine initialization code?