vd wrote:
> I am using Ajax that calls a service. The service takes nearly 2 mins
> to do its job. when  Ajax  gets the result back it needs to call
> another function. But I get theis error
> Value undefined (result of expression console.debug) is not object.
>
> It works fine in Mozilla but not on Safari 3.1.2 on Mac
>
> Can anyone tell me what this error means??
>   
It means the expression

    console.debug

does not evaluate to an object. console.debug is actually undefined. 
That is, the console object has no debug member variable.

Note that "console" is not supported uniformly in all browsers.

David

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to