<?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: IE and &#8220;Operation Aborted&#8221;</title>
	<atom:link href="http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/</link>
	<description>Making stuff work on the other side of the request.</description>
	<lastBuildDate>Tue, 05 Jan 2010 18:16:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ken90267000@hotmail.com</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-2/#comment-31646</link>
		<dc:creator>ken90267000@hotmail.com</dc:creator>
		<pubDate>Tue, 16 Dec 2008 03:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-31646</guid>
		<description>this method works for my slimbox issue
just shift javascript to before 

tips from this website:
http://forum.mootools.net/topic.php?id=4093</description>
		<content:encoded><![CDATA[<p>this method works for my slimbox issue<br />
just shift javascript to before </p>
<p>tips from this website:<br />
<a href="http://forum.mootools.net/topic.php?id=4093" rel="nofollow">http://forum.mootools.net/topic.php?id=4093</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coupon</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-2/#comment-31500</link>
		<dc:creator>coupon</dc:creator>
		<pubDate>Tue, 30 Sep 2008 18:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-31500</guid>
		<description>I&#039;am getting this error too &quot;operation aborded&quot; then i have using this code

window.onload = function(){
}

all is ok now, but i must wait that all the webpage is loaded for javascript execute my script...

Is there any other way ?</description>
		<content:encoded><![CDATA[<p>I&#8217;am getting this error too &#8220;operation aborded&#8221; then i have using this code</p>
<p>window.onload = function(){<br />
}</p>
<p>all is ok now, but i must wait that all the webpage is loaded for javascript execute my script&#8230;</p>
<p>Is there any other way ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gav</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-2/#comment-31483</link>
		<dc:creator>gav</dc:creator>
		<pubDate>Tue, 09 Sep 2008 14:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-31483</guid>
		<description>Aaron et al, a very informative blog thankyou. I have also been gnashing my teeth at this problem and relieved to find a solution. Except, what do I actually have to do to implement it? I am using the Calendar script (http://www.electricprism.com/aeron/calendar/) and insert/call my javascript as follows in my page :


...



   window.addEvent(&#039;domready&#039;, function() { myCal1 = new Calendar({ date: &#039;d M Y&#039; }, { direction: 1, tweak: { x: 20, y: -30 }}); });




Can anyone advise me what to do which will allow use of the Calendar script in IE without the &quot;Internet Explorer cannot open the Internet Site ..... . Operation Aborted&quot; problem?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Aaron et al, a very informative blog thankyou. I have also been gnashing my teeth at this problem and relieved to find a solution. Except, what do I actually have to do to implement it? I am using the Calendar script (<a href="http://www.electricprism.com/aeron/calendar/" rel="nofollow">http://www.electricprism.com/aeron/calendar/</a>) and insert/call my javascript as follows in my page :</p>
<p>&#8230;</p>
<p>   window.addEvent(&#8216;domready&#8217;, function() { myCal1 = new Calendar({ date: &#8216;d M Y&#8217; }, { direction: 1, tweak: { x: 20, y: -30 }}); });</p>
<p>Can anyone advise me what to do which will allow use of the Calendar script in IE without the &#8220;Internet Explorer cannot open the Internet Site &#8230;.. . Operation Aborted&#8221; problem?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omancipator</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-2/#comment-31467</link>
		<dc:creator>omancipator</dc:creator>
		<pubDate>Mon, 04 Aug 2008 15:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-31467</guid>
		<description>Huge thanks to BOB for his note about the meta tag...NEVER would have suspected that the meta tag was the culprit, but that ended up being the culprit on our site as well...</description>
		<content:encoded><![CDATA[<p>Huge thanks to BOB for his note about the meta tag&#8230;NEVER would have suspected that the meta tag was the culprit, but that ended up being the culprit on our site as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Newton</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-2/#comment-30498</link>
		<dc:creator>Aaron Newton</dc:creator>
		<pubDate>Mon, 19 May 2008 17:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-30498</guid>
		<description>Easy. Use Firefox.</description>
		<content:encoded><![CDATA[<p>Easy. Use Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-2/#comment-30476</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 18 May 2008 10:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-30476</guid>
		<description>This is ridiculous. How the hell can I change the scripts on ebay.com or gmail.com when they&#039;re giving me this error??</description>
		<content:encoded><![CDATA[<p>This is ridiculous. How the hell can I change the scripts on ebay.com or gmail.com when they&#8217;re giving me this error??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasu</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-2/#comment-28928</link>
		<dc:creator>Vasu</dc:creator>
		<pubDate>Tue, 22 Apr 2008 11:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-28928</guid>
		<description>i am a novice user, could you let me know how to fix the operation aborted error.  on my other pc, it is working fine.</description>
		<content:encoded><![CDATA[<p>i am a novice user, could you let me know how to fix the operation aborted error.  on my other pc, it is working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE Says Internet Explorer cannot open the Internet Site ________. Operation Aborted. I Say WTF?</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-1/#comment-28326</link>
		<dc:creator>IE Says Internet Explorer cannot open the Internet Site ________. Operation Aborted. I Say WTF?</dc:creator>
		<pubDate>Fri, 04 Apr 2008 12:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-28326</guid>
		<description>[...] Click here to read Aaron&#039;s full post. The moral of the story is not to modify elements that haven&#039;t fully loaded! addthis_url = &#039;http%3A%2F%2Fdavidwalsh.name%2Finternet-explorer-cannot-open-internet-site&#039;; addthis_title = &#039;IE+Says+%22Internet+Explorer+cannot+open+the+Internet+Site+________.+Operation+Aborted.%22++I+Say+%22WTF%3F%22&#039;; addthis_pub = &#039;&#039;; [...]</description>
		<content:encoded><![CDATA[<p>[...] Click here to read Aaron&#8217;s full post. The moral of the story is not to modify elements that haven&#8217;t fully loaded! addthis_url = &#8216;http%3A%2F%2Fdavidwalsh.name%2Finternet-explorer-cannot-open-internet-site&#8217;; addthis_title = &#8216;IE+Says+%22Internet+Explorer+cannot+open+the+Internet+Site+________.+Operation+Aborted.%22++I+Say+%22WTF%3F%22&#8242;; addthis_pub = &#8221;; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jubz</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-1/#comment-28155</link>
		<dc:creator>Jubz</dc:creator>
		<pubDate>Sun, 30 Mar 2008 01:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-28155</guid>
		<description>Very helpful blog post. Helped me find the cause of this problem in my web application. Moving most of my JS script calls to a function that implements window.onload was the magic. I had them all over my JSPs, and when you have deep  clauses, its trouble.</description>
		<content:encoded><![CDATA[<p>Very helpful blog post. Helped me find the cause of this problem in my web application. Moving most of my JS script calls to a function that implements window.onload was the magic. I had them all over my JSPs, and when you have deep  clauses, its trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whisller</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/comment-page-1/#comment-27801</link>
		<dc:creator>Whisller</dc:creator>
		<pubDate>Thu, 20 Mar 2008 14:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comment-27801</guid>
		<description>Thanks you very mutch! You saved my life :) Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks you very mutch! You saved my life :) Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
