in FireFox, I get this.callback has no properties, in IE6, I get
'this.callback' is null or not an object.

I'm doing the autocomplete example from
http://munich.schwarz-interactive.de/autocomplete.aspx

here's a sample of my code if it helps, but it's pretty much the same
as the example

function init() {
  var x = new MS.Web.AutoComplete("myinput", 10);

  x.getData = function() {
    MyNamespace.MyFunction(this.ele.value, this.callback.bind(this));
  }
}
addEvent(window, "load", init);


--~--~---------~--~----~------------~-------~--~----~
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