散分 serverxmlhttp编码乱目的解决方法,爽啊!!真爽啊,

zhangfeng1133
博客专家认证
2005-06-01 10:59:49
偶,饭不思,茶不香半个月了,

跟大家分享啊

如果有高手的话帮我解决


http://community.csdn.net/Expert/TopicView.asp?id=4050212

http://community.csdn.net/Expert/TopicView.asp?id=4047444

http://community.csdn.net/Expert/TopicView.asp?id=4042579

'****************************************

'* 类名: sxsrc.com

'* 功能: xml

'* 支持: forum.sxsrc.com

'* 新增: Jaken,花中笑

'* 日期: 2005-6-1 V1.0


'****************************************


response.charset="gb2312"
Dim webServiceUrl, httpReq

'str=covertion(sqlStr)
webServiceUrl ="http://localhost:81/index.asp"
Set httpReq = Server.CreateObject("MSXML2.serverXMLHTTP")
httpReq.Open "GET", webServiceUrl, False
httpReq.Send
response.binarywrite httpReq.responsebody
' consumeWebService=httpReq.responseText
' set iStream = httpReq.responsestream.istream
' with iStream
' .type = 1
' .mode = 3
' .open
' .charset ="gb2312"
' .writetext
' end with
' 'srSave=covertion(httpReq.responseText)
...全文
166 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
zhangfeng1133 2005-06-01
  • 打赏
  • 举报
回复

Microsoft XML Core Services (MSXML) 4.0 - XML Reference

IServerXMLHTTPRequest/ServerXMLHTTP Members
[Visual Basic, Script]
The following tables show the properties, methods, and events.
[C/C++]
The following tables show the properties, methods, and events.

This interface inherits from IXMLHTTPRequest.

Properties

onreadystatechange Specifies the event handler to be invoked when the readyState property changes. Read/write.
responseBody Represents the response entity body as an array of unsigned bytes. Read-only.
readyState Represents the state of the request. Read-only.
responseStream Represents the response entity body as an IStream. Read-only.
responseText Represents the response entity body as a string. Read-only.
responseXML Represents the response entity body as parsed by Microsoft® XML Core Services (MSXML). Read-only.
status Represents the HTTP status code returned by a request. Read-only.
statusText Represents the HTTP response line status. Read-only.


Methods
Note The following method names are case-sensitive when used with ServerXMLHTTP. They are not case-sensitive when used with XMLHTTP.

abort Cancels the current HTTP request.
getAllResponseHeaders Retrieves the values of all the HTTP headers.
getOption Returns the value of one of the following options:
SXH_OPTION_URL
SXH_OPTION_URL_CODEPAGE
SXH_OPTION_ESCAPE_PERCENT_IN_URL
SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS
SXH_OPTION_SELECT_CLIENT_SSL_CERT

getResponseHeader Retrieves the value of an HTTP header from the response body.
open Initializes a request and specifies the method, URL, and authentication information for the request.
send Sends an HTTP request to the server and receives a response.
setOption Sets one of the following options:
SXH_OPTION_URL_CODEPAGE
SXH_OPTION_ESCAPE_PERCENT_IN_URL
SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS
SXH_OPTION_SELECT_CLIENT_SSL_CERT

setProxy Specify proxy configuration.
setProxyCredentials Specify proxy authentication credentials.
setTimeouts Specifies timeout settings for resolving the domain name, establishing the connection to the server, sending the data, and receiving the response.
setRequestHeader Specifies the name of an HTTP header.
waitForResponse Allows the requesting server to suspend execution while waiting for an asynchronous send operation to complete.


Events
None.

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧