Hi,

* Eli Marmor <[EMAIL PROTECTED]> [2005-08-29 11:57:50]:

> Maxime Petazzoni wrote:
> 
> > I'll try to make the AJAX view work on as many browser as
> > possible. I'd like it to work on Konqueror and Opera. The IE problem
> > does not seem to be fixable.
> 
> I agree that it is better to dedicate the time to support more browsers,
> than to invest too much in cases where AJAX is not supported.
> 
> However, what is this problem with IE that doesn't seem to be fixable?
> 
> If it was discussed here and I missed it, I apologize, but please give
> me a pointer to that discussion.

It was not discussed here, so no need to apologize.

Basically, I have an body onLoad function that calls the box list and
message list creation. The getMsgList() function create an
XmlHttpRequest call to the XXXXYY./ajax/thread URL, and waits for the
result. When it gets it, it saves the resulting XML document into a
global variable '_msglist' and then call a processing routine,
drawFullMsgList().

But at the first attempt of drawFullMsgList() to access the _msglist
variable, IE thraw a Javascript error, saying that _msglist is null or
not defined.

I don't have a clue on how to fix this. If someone has, please show
up.

- Sam
-- 
Maxime Petazzoni (http://www.bulix.org)
 -- gone crazy, back soon. leave message.

Attachment: signature.asc
Description: Digital signature

Reply via email to