Problem Microsoft JScript runtime error: '__pendingCallbacks[...].async' is null or not an object
Problem Description
By invoking of the AJAX java-script following error appears:
“Microsoft JScript runtime error: '__pendingCallbacks[...].async' is null or not an object”
This error mostly occurs when:
- The AJAX call is invoked within AJAX-callback function and
- If in the handler function (callback function) uses a variable with the name ‘i’. This sound very strange but it is true.
Post related to this file: http://developers.de/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts§ionid=6&postid=4
[Damir Dobric] www.daenet.de |