search for: indicatorcontainer

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

2005 Dec 29
2
Ajax.Request: onLoading executed after onComplete in IE
...''m using: ---------------------------------------- new Ajax.Request(''/cgi-bin/foo.pl'', { parameters: ''x=y'', onSuccess: handlerFunc, onFailure: errFunc, onLoading: function() { alert(''onLoading''); Element.show(''indicatorContainer''); }, onComplete: function() { alert(''onComplete''); Element.hide(''indicatorContainer''); } }); ---------------------------------------- Any help is appreciated. -- Dirk Eschler zeitform Internet Dienste mailto:e...