<?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"
	>
<channel>
	<title>Comments on: Javascript selectedIndex NS_ERROR_FAILURE in Firefox</title>
	<atom:link href="http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/</link>
	<description>programming, web, music and life</description>
	<pubDate>Sun, 23 Nov 2008 20:41:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jez</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19683</link>
		<dc:creator>Jez</dc:creator>
		<pubDate>Sun, 05 Oct 2008 12:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19683</guid>
		<description>Very helpful - thanks. Sadly this bug is still present in Firefox 3.03.</description>
		<content:encoded><![CDATA[<p>Very helpful - thanks. Sadly this bug is still present in Firefox 3.03.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19599</link>
		<dc:creator>Tristan</dc:creator>
		<pubDate>Sat, 16 Aug 2008 06:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19599</guid>
		<description>Awesome, glad I could be of help.

Most of the skill is in knowing what people search for, and I am glad I can help there ;)</description>
		<content:encoded><![CDATA[<p>Awesome, glad I could be of help.</p>
<p>Most of the skill is in knowing what people search for, and I am glad I can help there <img src='http://www.trisweb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19597</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 15 Aug 2008 07:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19597</guid>
		<description>Great! I took me 30 seconds to find your post, problem solved. The web needs people like you.</description>
		<content:encoded><![CDATA[<p>Great! I took me 30 seconds to find your post, problem solved. The web needs people like you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gunshin</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19463</link>
		<dc:creator>Gunshin</dc:creator>
		<pubDate>Thu, 29 May 2008 12:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19463</guid>
		<description>Gosh, 3 hours of searching with collegues just to finally find out the mistake was that simple....arf!

Thank you so much for the help, I was going to abandon and try another way...</description>
		<content:encoded><![CDATA[<p>Gosh, 3 hours of searching with collegues just to finally find out the mistake was that simple&#8230;.arf!</p>
<p>Thank you so much for the help, I was going to abandon and try another way&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ytbpom</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19385</link>
		<dc:creator>ytbpom</dc:creator>
		<pubDate>Thu, 13 Mar 2008 11:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19385</guid>
		<description>Nice info and very helpful. Thank you very much!</description>
		<content:encoded><![CDATA[<p>Nice info and very helpful. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bzuK</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19343</link>
		<dc:creator>bzuK</dc:creator>
		<pubDate>Tue, 26 Feb 2008 13:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19343</guid>
		<description>Helped, thank you!</description>
		<content:encoded><![CDATA[<p>Helped, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19260</link>
		<dc:creator>Tristan</dc:creator>
		<pubDate>Mon, 10 Dec 2007 18:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19260</guid>
		<description>Yep, that makes sense -- since the index is zero-based, a list with 1 item will have item [0] only, 2 will have [0, 1], 3 will have [0, 1, 2], etc. So it's length-1.</description>
		<content:encoded><![CDATA[<p>Yep, that makes sense &#8212; since the index is zero-based, a list with 1 item will have item [0] only, 2 will have [0, 1], 3 will have [0, 1, 2], etc. So it&#8217;s length-1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omer</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19258</link>
		<dc:creator>omer</dc:creator>
		<pubDate>Mon, 10 Dec 2007 08:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19258</guid>
		<description>ok. if I set selectedindex = length-1, it works.</description>
		<content:encoded><![CDATA[<p>ok. if I set selectedindex = length-1, it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omer</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19257</link>
		<dc:creator>omer</dc:creator>
		<pubDate>Mon, 10 Dec 2007 08:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19257</guid>
		<description>i'm having the same problem, but unable to fix it. I tried to set the selected index to the length of the select element, like this: document.formname.business.selectedIndex=document.formname.business.length;</description>
		<content:encoded><![CDATA[<p>i&#8217;m having the same problem, but unable to fix it. I tried to set the selected index to the length of the select element, like this: document.formname.business.selectedIndex=document.formname.business.length;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HR</title>
		<link>http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19219</link>
		<dc:creator>HR</dc:creator>
		<pubDate>Thu, 22 Nov 2007 11:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.trisweb.com/archives/2007/04/24/javascript-selectedindex-ns_error_failure/#comment-19219</guid>
		<description>Thanks .. this info is very useful</description>
		<content:encoded><![CDATA[<p>Thanks .. this info is very useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>
