<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.toodlepip.co.uk" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>bloggage tagged with drupal</title>
 <link>http://www.toodlepip.co.uk/tags/drupal</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Nasty Drupal and IE Error - Operation Aborted</title>
 <link>http://www.toodlepip.co.uk/blog/2008/01/nasty-drupal-and-ie-error-operation-aborted</link>
 <description>&lt;!--extended--&gt;
&lt;p&gt;
Ooo, this is a fiddly little so-and-so. Finished putting together all the blocks for the site, all ready to get on with the work that I&#039;m supposed to be doing only to discover that Internet Explorer is throwing an absolutely fit. Tried loading the page in a bunch of different IE versions to discover the same thing.
&lt;/p&gt;
&lt;blockquote class=&quot;code&quot;&gt;
	Internet Explorer cannot open the Internet site.
	&lt;br /&gt;
	Operation aborted.
&lt;/blockquote&gt;
&lt;p&gt;
Trying to navigate to another page results in another error, something like:
&lt;/p&gt;
&lt;blockquote class=&quot;code&quot;&gt;
	Internet Explorer is trying to load this page. Are you sure you want to navigate away?
&lt;/blockquote&gt;
&lt;p&gt;
Turns out, it&#039;s an IE-specifc error relating to Javascript. After a bit of trial and error, removing and adding back in various widgets, it turns out the one I&#039;m using to display the latest Twitter action is the offender. The fix is to add:
&lt;/p&gt;
&lt;blockquote class=&quot;code&quot;&gt;
	defer=&amp;quot;defer&amp;quot;
&lt;/blockquote&gt;
&lt;p&gt;
into the Javascript call, so it becomes:
&lt;/p&gt;
&lt;blockquote class=&quot;code&quot;&gt;
	&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://twitter.com/javascripts/blogger.js&amp;quot; defer=&amp;quot;defer&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
	&amp;lt;script text=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://twitter.com/...&amp;quot;  defer=&amp;quot;defer&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/blockquote&gt;
</description>
 <comments>http://www.toodlepip.co.uk/blog/2008/01/nasty-drupal-and-ie-error-operation-aborted#comments</comments>
 <category domain="http://www.toodlepip.co.uk/tags/drupal">drupal</category>
 <category domain="http://www.toodlepip.co.uk/tags/internet-explorer">internet explorer</category>
 <pubDate>Sun, 06 Jan 2008 11:46:00 -0800</pubDate>
 <dc:creator>Sam Michel</dc:creator>
 <guid isPermaLink="false">10 at http://www.toodlepip.co.uk</guid>
</item>
</channel>
</rss>
