<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>深圳网站建设技术博客 - XML</title><link>http://blog.iszweb.com/</link><description>网站设计、系统开发、APP开发 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright blog.iszweb.com 深圳网站建设技术博客-全景世纪 965eb72c92a549dd. Some Rights Reserved.</copyright><pubDate>Fri, 17 Apr 2026 09:56:40 +0800</pubDate><item><title>XmlHttp</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/233.html</link><pubDate>Wed, 23 Mar 2016 17:00:39 +0800</pubDate><guid>http://blog.iszweb.com/html/233.html</guid><description><![CDATA[<p>&nbsp;</p><h3 style="font-size: 12px; font-family: Arial, tahoma, verdana; line-height: normal;">XmlHttp是什么？</h3><p style="font-family: tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif, 宋体, MingLiu, PMingLiu; line-height: normal;">最通用的定义为：XmlHttp是一套可以在Javascript、VbScript、Jscript等脚本语言中通过http协议传送或从接收XML及其他数据的一套API。XmlHttp最大的用处是可以更新网页的部分内容而不需要刷新整个页面。<br />...</p>]]></description><category>XML</category><comments>http://blog.iszweb.com/html/233.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=233</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=233&amp;key=dbce05dd</trackback:ping></item><item><title>使用正确版本的XMLHTTP</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/232.html</link><pubDate>Wed, 23 Mar 2016 16:59:02 +0800</pubDate><guid>http://blog.iszweb.com/html/232.html</guid><description><![CDATA[<p>&nbsp;说起XMLHTTP，相信你一定不会陌生，当前大红大紫的AJAX技术的核心所在。我在这里不讨论AJAX，也不讨论JavaScript，而是讨论VBScript。</p><div>&nbsp;</div><div>我枚举了一下，在我的系统（Windows7）中，<strong>以下ProgID都可以创建XMLHTTP对象：</strong></div><div>&nbsp;</div><div>Microsoft.XMLHTTP</div><div>Microsoft.XMLHTTP.1.0</div>...]]></description><category>XML</category><comments>http://blog.iszweb.com/html/232.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=232</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=232&amp;key=c54fd3c3</trackback:ping></item><item><title>Msxml2.XMLHTTP和Msxml2.ServerXMLHTTP的区别</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/231.html</link><pubDate>Wed, 23 Mar 2016 16:57:44 +0800</pubDate><guid>http://blog.iszweb.com/html/231.html</guid><description><![CDATA[<p>&nbsp;既然 Msxml2.XMLHTTP 和 Msxml2.ServerXMLHTTP 都有缓存，那么它们之间有什么区别呢？曾经写过一篇《VBS发送带Cookie的HTTP请求》，里面说到用 Msxml2.ServerXMLHTTP 可以发送带 Cookie 的 HTTP 请求，而 Msxml2.XMLHTTP 不可以，除此之外还有区别吗？</p><div>&nbsp;</div><div>&nbsp;</div><div><strong>XMLHTTP 和 ServerXMLHTTP 之间的区别是什么？</strong></div>...]]></description><category>XML</category><comments>http://blog.iszweb.com/html/231.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=231</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=231&amp;key=515c6c1a</trackback:ping></item><item><title>Msxml2.XMLHTTP Msxml2.ServerXMLHTTP与缓存</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/230.html</link><pubDate>Wed, 23 Mar 2016 16:52:41 +0800</pubDate><guid>http://blog.iszweb.com/html/230.html</guid><description><![CDATA[<div>用 VBS 发送 HTTP 请求时，首先想到的一般是 Msxml2.XMLHTTP（Microsoft.XMLHTTP 已经不提倡使用了）。</div><div>&nbsp;</div><div>在大部分情况下，Msxml2.XMLHTTP 能够很好地完成工作，因为它是有缓存的。比如，我们用 Msxml2.XMLHTTP 发送 HTTP POST 请求模拟登陆了某个网站，它会把登陆时的 Cookie 和 Session 缓存下来，当我们想获取网站的数据时直接 HTTP GET 就行了，不需要人工发送 Cookie 和 Session。</div><p>...</p>]]></description><category>XML</category><comments>http://blog.iszweb.com/html/230.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=230</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=230&amp;key=35798476</trackback:ping></item><item><title>MSXML2.XMLHTTP.4.0对象</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/229.html</link><pubDate>Wed, 23 Mar 2016 16:52:05 +0800</pubDate><guid>http://blog.iszweb.com/html/229.html</guid><description><![CDATA[<p>&nbsp;<span style="font-family: Arial; font-size: 14px; line-height: 26px;">一、使用步骤：</span></p><p style="margin: 0px; padding: 0px; font-family: Arial; font-size: 14px; line-height: 26px;">1、创建XMLHTTP对象　//需MSXML4.0支持<br />2、打开与服务端的连接，同时定义指令发送方式，服务网页(URL)和请求权限等。客户端通过Open命令打开与服务端的服务网页的连接。与普<br />...</p>]]></description><category>XML</category><comments>http://blog.iszweb.com/html/229.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=229</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=229&amp;key=6b9c35cf</trackback:ping></item></channel></rss>
