<?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: Microsoft JScript runtime error: Object doesn&#8217;t support this property or method.</title>
	<atom:link href="http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/</link>
	<description>The blog for developers</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:35:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Danish</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-107269</link>
		<dc:creator>Danish</dc:creator>
		<pubDate>Thu, 21 Apr 2011 10:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-107269</guid>
		<description>Hi Jarosław,
I was getting this same error, only in IE an could not resolve it until I found the solution here. Thanks a lot. Although it is weird that IE does not recognize the json identifiers by name whereas FireFox works fine i.e. 

cache: isCacheAllowed, height: 5,//works in FF, Opera only

&#039;cache&#039;: isCacheAllowed, &#039;height&#039;: 5,//works in all browsers</description>
		<content:encoded><![CDATA[<p>Hi Jarosław,<br />
I was getting this same error, only in IE an could not resolve it until I found the solution here. Thanks a lot. Although it is weird that IE does not recognize the json identifiers by name whereas FireFox works fine i.e. </p>
<p>cache: isCacheAllowed, height: 5,//works in FF, Opera only</p>
<p>&#8216;cache&#8217;: isCacheAllowed, &#8216;height&#8217;: 5,//works in all browsers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarosław Dobrzański</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-85183</link>
		<dc:creator>Jarosław Dobrzański</dc:creator>
		<pubDate>Thu, 10 Feb 2011 07:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-85183</guid>
		<description>John,

That might be true. That&#039;s why I&#039;m also mentioning in the post that it&#039;s possible to use className. Example with className is provided in the post, more details: http://madrobby.github.com/scriptaculous/builder/

Cheers,
Jarek</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>That might be true. That&#8217;s why I&#8217;m also mentioning in the post that it&#8217;s possible to use className. Example with className is provided in the post, more details: <a href="http://madrobby.github.com/scriptaculous/builder/" rel="nofollow">http://madrobby.github.com/scriptaculous/builder/</a></p>
<p>Cheers,<br />
Jarek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Deighan</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-84976</link>
		<dc:creator>John Deighan</dc:creator>
		<pubDate>Wed, 09 Feb 2011 19:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-84976</guid>
		<description>You suggest fixing a bug by replacing this:

       $(this._sPaginationSecId).appendChild(Builder.node(&#039;span&#039;, { class: &#039;disabled&#039; }, &#039;&lt;&#039;));

with this:

       $(this._sPaginationSecId).appendChild(Builder.node(&#039;span&#039;, { &#039;class&#039;: &#039;disabled&#039; }, &#039;&lt;&#039;));

But, according to my JavaScript book (JavaScript: The Definitive Guide), object literal syntax requires the key to NOT be in quotes. That would mean that the first above is correct and the second is incorrect. Am I missing something?</description>
		<content:encoded><![CDATA[<p>You suggest fixing a bug by replacing this:</p>
<p>       $(this._sPaginationSecId).appendChild(Builder.node(&#8216;span&#8217;, { class: &#8216;disabled&#8217; }, &#8216;&lt;&#039;));</p>
<p>with this:</p>
<p>       $(this._sPaginationSecId).appendChild(Builder.node(&#039;span&#039;, { &#039;class&#039;: &#039;disabled&#039; }, &#039;&lt;&#039;));</p>
<p>But, according to my JavaScript book (JavaScript: The Definitive Guide), object literal syntax requires the key to NOT be in quotes. That would mean that the first above is correct and the second is incorrect. Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anirudha</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-83847</link>
		<dc:creator>anirudha</dc:creator>
		<pubDate>Sun, 06 Feb 2011 18:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-83847</guid>
		<description>tell me if i can stop showing these type of error. i found that 

&quot;my code run three or four function [some of them because not implement in browser or not supported ]&quot;

so when i am trying to run the page or refresh i got same error every time. these is not good that they harsh me everytime by showing a error who really not error.

code is work fine everyhwhere. well tell me if their is option to stop these type of error showing in VS.</description>
		<content:encoded><![CDATA[<p>tell me if i can stop showing these type of error. i found that </p>
<p>&#8220;my code run three or four function [some of them because not implement in browser or not supported ]&#8221;</p>
<p>so when i am trying to run the page or refresh i got same error every time. these is not good that they harsh me everytime by showing a error who really not error.</p>
<p>code is work fine everyhwhere. well tell me if their is option to stop these type of error showing in VS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: public</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-30530</link>
		<dc:creator>public</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-30530</guid>
		<description>In my case i had an issue with this bug. After post back my page used to get messed up.. After tracing down i came to know that the culprit was &quot;SmartNavigation&quot;. I disabled it and it worked all fine!!!</description>
		<content:encoded><![CDATA[<p>In my case i had an issue with this bug. After post back my page used to get messed up.. After tracing down i came to know that the culprit was &#8220;SmartNavigation&#8221;. I disabled it and it worked all fine!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Internet Banking</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-30151</link>
		<dc:creator>Internet Banking</dc:creator>
		<pubDate>Thu, 04 Feb 2010 07:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-30151</guid>
		<description>Just wasting  some time  on  Stumbleupon and I found your  entry.  Not  typically what I  prefer to  learn about, but it was  absolutely worth my time. Thanks.</description>
		<content:encoded><![CDATA[<p>Just wasting  some time  on  Stumbleupon and I found your  entry.  Not  typically what I  prefer to  learn about, but it was  absolutely worth my time. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-19080</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 09 Jun 2009 04:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-19080</guid>
		<description>You are getting the error because &lt;strong&gt;class&lt;/strong&gt; is a reserved word in Microsoft&#039;s JScript engine http://msdn.microsoft.com/en-us/library/ttyab5c8.aspx. You cannot use reserved words other wise it will throw exceptions like the one you got above.</description>
		<content:encoded><![CDATA[<p>You are getting the error because <strong>class</strong> is a reserved word in Microsoft&#8217;s JScript engine <a href="http://msdn.microsoft.com/en-us/library/ttyab5c8.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ttyab5c8.aspx</a>. You cannot use reserved words other wise it will throw exceptions like the one you got above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-19067</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Mon, 08 Jun 2009 20:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-19067</guid>
		<description>Iona, you have IE 10? that&#039;s pretty new!

You can rig up the Microsoft Scripting for applications to break into the jscript engine and it will give you the line and even a stack trace. Install the scripting host, enable script debug in explorer and &#039;web debugging&#039; in an office app and the options should appear. 

try out: support.microsoft.com/kb/822521</description>
		<content:encoded><![CDATA[<p>Iona, you have IE 10? that&#8217;s pretty new!</p>
<p>You can rig up the Microsoft Scripting for applications to break into the jscript engine and it will give you the line and even a stack trace. Install the scripting host, enable script debug in explorer and &#8216;web debugging&#8217; in an office app and the options should appear. </p>
<p>try out: support.microsoft.com/kb/822521</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Mahon</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-19066</link>
		<dc:creator>Nathan Mahon</dc:creator>
		<pubDate>Mon, 08 Jun 2009 19:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-19066</guid>
		<description>I&#039;m fairly certain there&#039;s a tidbit of doc that covers this...
You&#039;re supposed to use either &#039;class&#039; or className, but not class.

I couldn&#039;t find an explanitory doc about it, but this references it...
http://www.prototypejs.org/api/element/addclassname</description>
		<content:encoded><![CDATA[<p>I&#8217;m fairly certain there&#8217;s a tidbit of doc that covers this&#8230;<br />
You&#8217;re supposed to use either &#8216;class&#8217; or className, but not class.</p>
<p>I couldn&#8217;t find an explanitory doc about it, but this references it&#8230;<br />
<a href="http://www.prototypejs.org/api/element/addclassname" rel="nofollow">http://www.prototypejs.org/api/element/addclassname</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harel Malka</title>
		<link>http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/comment-page-1/#comment-19065</link>
		<dc:creator>Harel Malka</dc:creator>
		<pubDate>Mon, 08 Jun 2009 19:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=93#comment-19065</guid>
		<description>Its because IE can&#039;t handle json packets without explicit strings as keys. The mind boggles how that browser reached such status.

http://www.harelmalka.com/?p=104</description>
		<content:encoded><![CDATA[<p>Its because IE can&#8217;t handle json packets without explicit strings as keys. The mind boggles how that browser reached such status.</p>
<p><a href="http://www.harelmalka.com/?p=104" rel="nofollow">http://www.harelmalka.com/?p=104</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

