<?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: Internet Explorer cannot open the Internet site. Operation aborted.</title>
	<atom:link href="http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/</link>
	<description>to our success!</description>
	<lastBuildDate>Fri, 16 Jul 2010 06:25:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gleb</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-3150</link>
		<dc:creator>Gleb</dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-3150</guid>
		<description>Hi,

Just found another case, which cases the same error in IE6 - when URL contains ;jsessionid=... and a result page contains ANY JavaScript (even empty)

It is somehow linked with &quot;Show friendly HTTP error messages&quot; in IE6 settings. If this flag is unchecked - the browser shows error, but then continues loading page and show it properly. But removing &quot;;jsessonid=...&quot; from URL eliminate the issue.

Regards,
Gleb</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just found another case, which cases the same error in IE6 &#8211; when URL contains ;jsessionid=&#8230; and a result page contains ANY JavaScript (even empty)</p>
<p>It is somehow linked with &#8220;Show friendly HTTP error messages&#8221; in IE6 settings. If this flag is unchecked &#8211; the browser shows error, but then continues loading page and show it properly. But removing &#8220;;jsessonid=&#8230;&#8221; from URL eliminate the issue.</p>
<p>Regards,<br />
Gleb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiong</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-3149</link>
		<dc:creator>tiong</dc:creator>
		<pubDate>Sat, 13 Mar 2010 10:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-3149</guid>
		<description>Place the javascript before  should solve the error.</description>
		<content:encoded><![CDATA[<p>Place the javascript before  should solve the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colm mchugh</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-2179</link>
		<dc:creator>colm mchugh</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-2179</guid>
		<description>Is this problem related to number of users? We just started experiencing this in the past couple of days, with an app that has been in test for several weeks, has not changed for several weeks, but one significant change is the number of users increased by about 500, and the next day this error started happening frequently, and randomly.</description>
		<content:encoded><![CDATA[<p>Is this problem related to number of users? We just started experiencing this in the past couple of days, with an app that has been in test for several weeks, has not changed for several weeks, but one significant change is the number of users increased by about 500, and the next day this error started happening frequently, and randomly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kossovsky Alexander</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-512</link>
		<dc:creator>Kossovsky Alexander</dc:creator>
		<pubDate>Sun, 12 Jul 2009 04:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-512</guid>
		<description>Actually it is not a bug. You are just not allowed to access any DOM element before it finished rendering.
Put your JavaScript after the DIV, TABLE or any other element and you won&#039;t see the error.</description>
		<content:encoded><![CDATA[<p>Actually it is not a bug. You are just not allowed to access any DOM element before it finished rendering.<br />
Put your JavaScript after the DIV, TABLE or any other element and you won&#8217;t see the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZeeBigTourist</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-494</link>
		<dc:creator>ZeeBigTourist</dc:creator>
		<pubDate>Mon, 15 Jun 2009 01:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-494</guid>
		<description>I&#039;ve had this error message (and went nuts), but I cracked (not my head) the code, just in time.


This is what I did --&gt; http://zeebigtourist.blogspot.com/2009/06/internet-explorer-cannot-open-internet.html



Thanks for all the helpful info.


ZeeBigTourist</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had this error message (and went nuts), but I cracked (not my head) the code, just in time.</p>
<p>This is what I did &#8211;&gt; <a href="http://zeebigtourist.blogspot.com/2009/06/internet-explorer-cannot-open-internet.html" rel="nofollow">http://zeebigtourist.blogspot.com/2009/06/internet-explorer-cannot-open-internet.html</a></p>
<p>Thanks for all the helpful info.</p>
<p>ZeeBigTourist</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sabeel</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-479</link>
		<dc:creator>sabeel</dc:creator>
		<pubDate>Tue, 26 May 2009 16:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-479</guid>
		<description>hi..i have the same problem...i need to fix it immediately..pls send me the code with example..
thanx</description>
		<content:encoded><![CDATA[<p>hi..i have the same problem&#8230;i need to fix it immediately..pls send me the code with example..<br />
thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Lombardi</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-421</link>
		<dc:creator>Andrew Lombardi</dc:creator>
		<pubDate>Sat, 18 Apr 2009 16:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-421</guid>
		<description>&lt;a href=&quot;#comment-417&quot; rel=&quot;nofollow&quot;&gt;@vanni&lt;/a&gt; 
vanni, the fix was to modify how we were implementing some of our dynamic code to get loaded only when the dom was ready.  That script would be put in between script tags like normal</description>
		<content:encoded><![CDATA[<p><a href="#comment-417" rel="nofollow">@vanni</a><br />
vanni, the fix was to modify how we were implementing some of our dynamic code to get loaded only when the dom was ready.  That script would be put in between script tags like normal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanni</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-417</link>
		<dc:creator>vanni</dc:creator>
		<pubDate>Sun, 12 Apr 2009 20:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-417</guid>
		<description>Mr.  Lombardi ... can you please update us on how we can fix this vexing problem? we need some examples of implementing  the script ... thanks</description>
		<content:encoded><![CDATA[<p>Mr.  Lombardi &#8230; can you please update us on how we can fix this vexing problem? we need some examples of implementing  the script &#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanni</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-384</link>
		<dc:creator>vanni</dc:creator>
		<pubDate>Tue, 31 Mar 2009 04:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-384</guid>
		<description>Can someone help by telling us where and how we are supposed to add the code :

“window.addEvent(’domready’, Site.start);”

many thx</description>
		<content:encoded><![CDATA[<p>Can someone help by telling us where and how we are supposed to add the code :</p>
<p>“window.addEvent(’domready’, Site.start);”</p>
<p>many thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rey</title>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/comment-page-1/#comment-260</link>
		<dc:creator>rey</dc:creator>
		<pubDate>Wed, 11 Mar 2009 10:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/#comment-260</guid>
		<description>am having problem opening applications on face book and hi 5. my explora keeps on cutting off when it starts opening</description>
		<content:encoded><![CDATA[<p>am having problem opening applications on face book and hi 5. my explora keeps on cutting off when it starts opening</p>
]]></content:encoded>
	</item>
</channel>
</rss>
