search for: interactionsuccess

Displaying 1 result from an estimated 1 matches for "interactionsuccess".

2007 Aug 02
3
Problems with Element.extend() on responseXML elements with IE
I have the following code in the "onSuccess" function of an Ajax.Request() call. The content type of the response message is "text/ xml". function interactionSuccess(request) { var root = $(request.responseXML.documentElement); ... So more or less I extend the root element of my XML response. This call triggers the onException callback. The exception is a "TypeError: Object doesn''t support this property or method" exception. I tracked...