Women in Technology

Hear us Roar



Article:
  Using the New Callback Manager in ASP.NET 2.0
Subject:   non-MSIE?
Date:   2004-08-10 08:24:47
From:   willer
This looks neat... it's not exactly automatic, because there's all that client-side code you have to write.


I was wondering, when you print that callback code into the client-side javascript functions, is that autogenerated code MSIE-only? I seem to recall that xmlrpc works differently in Mozilla/Firefox, and I have a feeling the MS guys didn't bother supporting it.

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • non-MSIE?
    2004-08-12 07:51:07  jpatel [View]


    There's a MSDN article that shows how to implement the callback mechanism in ASP.Net 1.x. It seems conceivable that it could be implemented in Mozilla as well since it has an XmlHttp type capability

    Does the author have any input in this area?

    ---
    I've posted some additional resources that may be useful.