From: Brandon M. <bnd...@ho...> - 2000-11-14 15:42:28
|
> > > I've got a most unusual problem going on - and I'm looking to you guys > > for advice. > > > > The webapp I've written using DynAPI II is successfully running on 6 of > > 7 servers in a web farm. The files are identical on all the servers, and > > the servers are identical in setup etc. > > > > The only problem is that on this one box - the loadpanel.js doesn't seem > > to be functioning correctly. > > > > I don't know if you guys have witnessed this before - and if it's not > > remotely connecting to DynAPI - I can understand - it's just i've been > > thrashing through this problem for the last 4+ hours - and I'm at my > > wits end.... > > Its most probaly a security problem. Are you trying to load a page > that is own another server. I believe loadpanel only works for local > pages. Also, are you linking the scripts to other servers? Just some > ideas. Whats the error message that you get? > I'm not totally sure where the problem is occuring, but given Robert's angle he is right. There is a security issue in IE and Netscape that will cause problems when using loadpanel to load content from a server other than the server that loaded the base document. So the question is, are you trying to load a page outside of the original server from the URL which includes the loadpanel.js file? You also said that you where using a web farm. If you where to use a the SAME server name to access all of these servers then the problem probably is not within loadpanel. |