How to call webservice in Javascript for Firefox 3.0

后端 未结 2 1982
Happy的楠姐
Happy的楠姐 2021-01-28 02:52

I have a problem with calling .Net web services with a Firefox client. A simple example will be enough for me.

Server side code is like this:

[WebService         


        
2条回答
  •  灰色年华
    2021-01-28 03:31

    You could use the jQuery ajax calls, they make calling web services easy. See here: http://encosia.com/2008/03/27/using-jquery-to-consume-aspnet-json-web-services/

提交回复
热议问题