<?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 for JavaScript Junkie</title>
	<atom:link href="http://www.javascriptjunkie.com/index.php?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptjunkie.com</link>
	<description>JavaScript - DHTML - AJAX</description>
	<lastBuildDate>Thu, 08 Apr 2010 19:22:30 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Object doesn&#8217;t support this property or method &#8211; Javascript Error by Chester</title>
		<link>http://www.javascriptjunkie.com/?p=12&#038;cpage=2#comment-8845</link>
		<dc:creator>Chester</dc:creator>
		<pubDate>Thu, 08 Apr 2010 19:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=12#comment-8845</guid>
		<description>&quot; #30  mark on 01.13.09 at 1:04 am

    For mine, the system is working for 2-3 times and then it is throwing this error of object doesn’e support…..

    Means when i start the applicaiton works fine but after a certain 2-3 times clicking it throws this error.
    Please help me out in this
&quot;

I&#039;ve been working on this same exact error off and on now for the last month (had to dedicate time to more important stuff), and I seem to have just solved it.  

It was happening specifically and only to an iframe element I have pointing to an .htm page with a Flowplayer video, while a secondary fancybox element on the same page that was consequently NOT calling an iframe was consistently working just fine.

So, like everyone else here has been saying, it was a simple error and totally my own damn fault...

Here was the offending code:

$noConflict(&quot;#video_fit&quot;).fancybox({
    &#039;padding&#039;                   : 0,
    &#039;autoScale&#039;     	        : false,
    &#039;transitionIn&#039;		: &#039;none&#039;,
    &#039;transitionOut&#039;		: &#039;none&#039;
});

And here is all I did to fix it:

$noConflict(&quot;#video_fit&quot;).fancybox({
    &#039;padding&#039;                    : 0,
    &#039;autoScale&#039;     	        : false,
    &#039;transitionIn&#039;		: &#039;none&#039;,
    &#039;transitionOut&#039;		: &#039;none&#039;,
    &#039;type&#039;				: &#039;iframe&#039;
});

That&#039;s right... I was missing the line: 
&#039;type&#039; : &#039;iframe&#039;

Hope this helps for someone else in the future pulling their hair out about yet another IE inconsistency, (though in IE&#039;s defense, it&#039;s a totally valid error).</description>
		<content:encoded><![CDATA[<p>&#8221; #30  mark on 01.13.09 at 1:04 am</p>
<p>    For mine, the system is working for 2-3 times and then it is throwing this error of object doesn’e support…..</p>
<p>    Means when i start the applicaiton works fine but after a certain 2-3 times clicking it throws this error.<br />
    Please help me out in this<br />
&#8221;</p>
<p>I&#8217;ve been working on this same exact error off and on now for the last month (had to dedicate time to more important stuff), and I seem to have just solved it.  </p>
<p>It was happening specifically and only to an iframe element I have pointing to an .htm page with a Flowplayer video, while a secondary fancybox element on the same page that was consequently NOT calling an iframe was consistently working just fine.</p>
<p>So, like everyone else here has been saying, it was a simple error and totally my own damn fault&#8230;</p>
<p>Here was the offending code:</p>
<p>$noConflict(&#8221;#video_fit&#8221;).fancybox({<br />
    &#8216;padding&#8217;                   : 0,<br />
    &#8216;autoScale&#8217;     	        : false,<br />
    &#8216;transitionIn&#8217;		: &#8216;none&#8217;,<br />
    &#8216;transitionOut&#8217;		: &#8216;none&#8217;<br />
});</p>
<p>And here is all I did to fix it:</p>
<p>$noConflict(&#8221;#video_fit&#8221;).fancybox({<br />
    &#8216;padding&#8217;                    : 0,<br />
    &#8216;autoScale&#8217;     	        : false,<br />
    &#8216;transitionIn&#8217;		: &#8216;none&#8217;,<br />
    &#8216;transitionOut&#8217;		: &#8216;none&#8217;,<br />
    &#8216;type&#8217;				: &#8216;iframe&#8217;<br />
});</p>
<p>That&#8217;s right&#8230; I was missing the line:<br />
&#8216;type&#8217; : &#8216;iframe&#8217;</p>
<p>Hope this helps for someone else in the future pulling their hair out about yet another IE inconsistency, (though in IE&#8217;s defense, it&#8217;s a totally valid error).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show/Hide &lt; div &gt; with Javascript by Rajesh Gupta</title>
		<link>http://www.javascriptjunkie.com/?p=9&#038;cpage=1#comment-8637</link>
		<dc:creator>Rajesh Gupta</dc:creator>
		<pubDate>Sat, 27 Mar 2010 11:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=9#comment-8637</guid>
		<description>Realy nice script :)Very helpful to me
thanks very much Advance.</description>
		<content:encoded><![CDATA[<p>Realy nice script <img src='http://www.javascriptjunkie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Very helpful to me<br />
thanks very much Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show/Hide &lt; div &gt; with Javascript by Nick</title>
		<link>http://www.javascriptjunkie.com/?p=9&#038;cpage=1#comment-8606</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 26 Mar 2010 09:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=9#comment-8606</guid>
		<description>Angel is right. .. IE doesn&#039;t like passing &#039;this&#039; as function argument :-(</description>
		<content:encoded><![CDATA[<p>Angel is right. .. IE doesn&#8217;t like passing &#8216;this&#8217; as function argument <img src='http://www.javascriptjunkie.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object doesn&#8217;t support this property or method &#8211; Javascript Error by Christy</title>
		<link>http://www.javascriptjunkie.com/?p=12&#038;cpage=2#comment-8598</link>
		<dc:creator>Christy</dc:creator>
		<pubDate>Thu, 25 Mar 2010 15:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=12#comment-8598</guid>
		<description>Spelling and uppercase/lowercase are also quick things to check when getting this error. &quot;getElementByID&quot; is wrong, &quot;getElementById&quot; is right.</description>
		<content:encoded><![CDATA[<p>Spelling and uppercase/lowercase are also quick things to check when getting this error. &#8220;getElementByID&#8221; is wrong, &#8220;getElementById&#8221; is right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript Click and Drag &lt; Div &gt; with a handle by endless beginning</title>
		<link>http://www.javascriptjunkie.com/?p=8&#038;cpage=1#comment-8569</link>
		<dc:creator>endless beginning</dc:creator>
		<pubDate>Wed, 24 Mar 2010 05:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=8#comment-8569</guid>
		<description>nice tutorial, thanks for sharing this . I was searching for such a solution...</description>
		<content:encoded><![CDATA[<p>nice tutorial, thanks for sharing this . I was searching for such a solution&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object doesn&#8217;t support this property or method &#8211; Javascript Error by ir</title>
		<link>http://www.javascriptjunkie.com/?p=12&#038;cpage=2#comment-8413</link>
		<dc:creator>ir</dc:creator>
		<pubDate>Mon, 15 Mar 2010 14:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=12#comment-8413</guid>
		<description>Thanks. This article really helped me save a lot of time.</description>
		<content:encoded><![CDATA[<p>Thanks. This article really helped me save a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object doesn&#8217;t support this property or method &#8211; Javascript Error by adam</title>
		<link>http://www.javascriptjunkie.com/?p=12&#038;cpage=2#comment-8125</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Mon, 01 Mar 2010 05:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=12#comment-8125</guid>
		<description>what i found to be happening was i wasn&#039;t declaring local variables with &quot;var&quot;, bad habit...i know. However, once I did added &quot;var&quot; to the local variable declarations, IE ran fine.</description>
		<content:encoded><![CDATA[<p>what i found to be happening was i wasn&#8217;t declaring local variables with &#8220;var&#8221;, bad habit&#8230;i know. However, once I did added &#8220;var&#8221; to the local variable declarations, IE ran fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object doesn&#8217;t support this property or method &#8211; Javascript Error by Enkay</title>
		<link>http://www.javascriptjunkie.com/?p=12&#038;cpage=2#comment-7919</link>
		<dc:creator>Enkay</dc:creator>
		<pubDate>Fri, 19 Feb 2010 15:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=12#comment-7919</guid>
		<description>Thanks for the article. It helped me in identifying where the issue was @ a crucial time :)</description>
		<content:encoded><![CDATA[<p>Thanks for the article. It helped me in identifying where the issue was @ a crucial time <img src='http://www.javascriptjunkie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show/Hide &lt; div &gt; with Javascript by Angel</title>
		<link>http://www.javascriptjunkie.com/?p=9&#038;cpage=1#comment-7699</link>
		<dc:creator>Angel</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=9#comment-7699</guid>
		<description>Same as Gheun.
It&#039;s working in Firefox and Chrome but not in IE7 nor in IE8.

It say error in page (Object required)</description>
		<content:encoded><![CDATA[<p>Same as Gheun.<br />
It&#8217;s working in Firefox and Chrome but not in IE7 nor in IE8.</p>
<p>It say error in page (Object required)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object doesn&#8217;t support this property or method &#8211; Javascript Error by Cristina</title>
		<link>http://www.javascriptjunkie.com/?p=12&#038;cpage=2#comment-7646</link>
		<dc:creator>Cristina</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptjunkie.com/?p=12#comment-7646</guid>
		<description>I had this problem because when I wrote a js function, I had something like: function nameF(String param){...}. It should be function nameF(param){...}</description>
		<content:encoded><![CDATA[<p>I had this problem because when I wrote a js function, I had something like: function nameF(String param){&#8230;}. It should be function nameF(param){&#8230;}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
