2008年4月3日
摘要: 把要传递的汉字用encodeURI编码 function getCallDetails() { iCallID = service.svcWeather.callService(showCallDetails,"GetCallDetails",encodeURI(document.Form1.TB_ClientName.value),document.Form1.TB_ClientPhone.... 阅读全文
posted @ 2008-04-03 15:28 think8848 阅读(255) 评论(0) 推荐(0)
摘要: .XML Web services 行为使客户端脚本能够调用由 Microsoft .NET XML Web services 或其他支持简单对象访问协议 (SOAP) 的 Web 服务器公开的远程方法。 目的:提供一种简单的方法使用和利用 SOAP,而不需具有 SOAP 实现的专业知识。 步骤: 1.下载Webservice.htc,许多网上的文章介绍该文件可以在微软的网站上找到,但我按照地址... 阅读全文
posted @ 2008-04-03 13:56 think8848 阅读(3024) 评论(1) 推荐(0)
摘要: useService 语法: sElementID.useService(sWebServiceURL, sFriendlyName [, oUseOptions]) useService 参数: sElementID Required. The id of the element to which the WebSe... 阅读全文
posted @ 2008-04-03 10:01 think8848 阅读(891) 评论(0) 推荐(0)