just downloaded 6.6.26.1, and after refreshing the page, it seems every
call fires AjaxPro.onError and in the js code it really calls it every
time.

the last version i was using had this code:
if(res.error != null && typeof this.onError == "function")
        try{ this.onError(res.error, this); }catch(e){}


new version:
this.onError(res.error, this);

meanwhile i've put Ajax.onError=function (error) { if (error!=null) {
... } };

thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" 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/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to