<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032666" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032666</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-and-dropdown-list-options#comment-1191112</link>
    <description> &lt;p&gt;Tim, thanks!  It&#039;s a canned script I got from somewhere. I didn&#039;t have a clue what to look for.&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jan 2006 20:08:01 +0000</pubDate>
 <dc:creator>Dami</dc:creator>
 <guid isPermaLink="false">comment 1191112 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-and-dropdown-list-options#comment-1191110</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;timjpriebe wrote:&lt;/strong&gt; IE assumes that you&#039;re already using IE, so you obviously don&#039;t know what you&#039;re doing and don&#039;t care. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;LMAO!!!  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jan 2006 19:59:11 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1191110 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/firefox-and-dropdown-list-options#comment-1191092</link>
    <description> &lt;p&gt;In the function addOptions, you have this line:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;for (i = 0; i &amp;lt;= optionList.length; i++)&lt;/code&gt;&#039;&lt;br /&gt;
Remember, in JavaScript, arrays are zero based. So that&#039;s going off the end of the array. Change the &amp;lt;= to &amp;lt; and you&#039;ll have it, like this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;for (i = 0; i &amp;lt; optionList.length; i++)&lt;/code&gt;&#039;&lt;br /&gt;
Firefox prefers to let you know about those things. IE assumes that you&#039;re already using IE, so you obviously don&#039;t know what you&#039;re doing and don&#039;t care. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Jan 2006 19:09:46 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1191092 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
