More on ASP.NET Callbacks
I'm still having troubles with the ASP.NET client callback mechanism with non-IE browsers. However, it seems that all of my troubles originate from imperfect, because likely not standard, DOM calls. I can now have the Web server respond to the calls of a FireFox client page. But I'm still looking for a plausible explanation of the following "miracle". I do have sample pages that, when run in FireFox, update the UI through innerHTML. (It seems that FireFox doesn't accept innerText.) If I do the same in a Javascript callback invoked within a callback, setting innerHTML doesn't work. Nicely enough, one of the official samples you get from MS, just uses innerHTML to refresh the page--and it works for me too through FireFox.
Mysteries of a late spring night