<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Retrieve Server Response using XMLHTTP</title>
	<atom:link href="http://relevantcodes.com/retrieve-response-using-xmlhttp/feed/" rel="self" type="application/rss+xml" />
	<link>http://relevantcodes.com/retrieve-response-using-xmlhttp/</link>
	<description>A Test Development Resource for HP QuickTest Professional.</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:13:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Bibek Khatiwara</title>
		<link>http://relevantcodes.com/retrieve-response-using-xmlhttp/#comment-1681</link>
		<dc:creator>Bibek Khatiwara</dc:creator>
		<pubDate>Wed, 23 Dec 2009 10:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=80#comment-1681</guid>
		<description>Ya Vishal..it&#039;s working fine..

Dim oXMLHTTP
Set oXMLHTTP = CreateObject( &quot;Microsoft.XMLHttp&quot; )
 
With oXMLHTTP
    .open &quot;GET&quot;, &quot;http://www.google.co.in/&quot;, False
    .send
 
   Stats=.statusText

  msgbox  Stats
End with
 
Set oXMLHTTP = Nothing</description>
		<content:encoded><![CDATA[<p>Ya Vishal..it&#8217;s working fine..</p>
<p>Dim oXMLHTTP<br />
Set oXMLHTTP = CreateObject( &#8220;Microsoft.XMLHttp&#8221; )</p>
<p>With oXMLHTTP<br />
    .open &#8220;GET&#8221;, &#8220;http://www.google.co.in/&#8221;, False<br />
    .send</p>
<p>   Stats=.statusText</p>
<p>  msgbox  Stats<br />
End with</p>
<p>Set oXMLHTTP = Nothing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/retrieve-response-using-xmlhttp/#comment-136</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Tue, 08 Sep 2009 21:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=80#comment-136</guid>
		<description>Hi Vishal,
 
Actually, there can be multiple reasons for this error. Could you please share with me the code that you executed and the browser(s) installed on your system?
 
In the meantime, I would recommend you to read the following discussions:
 
1. &lt;a href=&quot;http://tanny.ica.com/ICA/TKO/tkoblog.nsf/dx/xmlhttprequest-permission-denied-error&quot;  rel=&quot;nofollow&quot;&gt;XMLHTTPRequest - Permission Denied Error&lt;/a&gt;
2. &lt;a href=&quot;http://classicasp.aspfaq.com/general/how-do-i-read-the-contents-of-a-remote-web-page.html&quot;  rel=&quot;nofollow&quot;&gt;How do I read the contents of a remote web page?&lt;/a&gt;
3. &lt;a href=&quot;http://discuss.joelonsoftware.com/default.asp?design.4.369776.8&quot; rel=&quot;nofollow&quot;&gt;Problem using MS XMLHTTPRequest via https&lt;/a&gt;
4. &lt;a href=&quot;http://stackoverflow.com/questions/1199739/vbscript-msxml-and-namespaces&quot; rel=&quot;nofollow&quot;&gt;StackOverflow.com: VBScript, MSXML and Namespaces&lt;/a&gt;
 
Regards,
 
Anshoo</description>
		<content:encoded><![CDATA[<p>Hi Vishal,</p>
<p>Actually, there can be multiple reasons for this error. Could you please share with me the code that you executed and the browser(s) installed on your system?</p>
<p>In the meantime, I would recommend you to read the following discussions:</p>
<p>1. <a href="http://tanny.ica.com/ICA/TKO/tkoblog.nsf/dx/xmlhttprequest-permission-denied-error"  rel="nofollow">XMLHTTPRequest &#8211; Permission Denied Error</a><br />
2. <a href="http://classicasp.aspfaq.com/general/how-do-i-read-the-contents-of-a-remote-web-page.html"  rel="nofollow">How do I read the contents of a remote web page?</a><br />
3. <a href="http://discuss.joelonsoftware.com/default.asp?design.4.369776.8" rel="nofollow">Problem using MS XMLHTTPRequest via https</a><br />
4. <a href="http://stackoverflow.com/questions/1199739/vbscript-msxml-and-namespaces" rel="nofollow">StackOverflow.com: VBScript, MSXML and Namespaces</a></p>
<p>Regards,</p>
<p>Anshoo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal CH</title>
		<link>http://relevantcodes.com/retrieve-response-using-xmlhttp/#comment-135</link>
		<dc:creator>Vishal CH</dc:creator>
		<pubDate>Tue, 08 Sep 2009 04:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=80#comment-135</guid>
		<description>Hi Anshoo, 

 When i run the above code snippet i m getting an error &quot; Acess is denied &quot; at &#039;.Send&#039; line  cld u plz re look into it or what can i do for that? 

Thanks in advance,

Vishal</description>
		<content:encoded><![CDATA[<p>Hi Anshoo, </p>
<p> When i run the above code snippet i m getting an error &#8221; Acess is denied &#8221; at &#8216;.Send&#8217; line  cld u plz re look into it or what can i do for that? </p>
<p>Thanks in advance,</p>
<p>Vishal</p>
]]></content:encoded>
	</item>
</channel>
</rss>

