I am developing a javascript class with using prototype framework and also making async calls in this class..
Inside the class it's own functions can be referred like this.someFunc as you know. When i make an async call from a func. inside the class, in the callback function i need to call one of my functions belongs to my class but "this" is referring to an array now. How can i solve this situation? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
