<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002422" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002422</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/onchange-select-pulldown-lists-onchange-select-pulldown-lists#comment-1010803</link>
    <description> &lt;p&gt;Here is a script that will change the names and the values. You setup the values in the following arrays.&lt;/p&gt;
&lt;p&gt;var newSelectionName = new Array();&lt;br /&gt;
newSelectionName[0] = &amp;quot;NAME1&amp;quot;;&lt;br /&gt;
newSelectionName[1] = &amp;quot;NAME2&amp;quot;;&lt;/p&gt;
&lt;p&gt;var newSelectionValue = new Array();&lt;br /&gt;
newSelectionValue[0] = &amp;quot;VALUE1&amp;quot;;&lt;br /&gt;
newSelectionValue[1] = &amp;quot;VALUE2&amp;quot;;&lt;/p&gt;
&lt;p&gt;function changeSelections() {&lt;br /&gt;
 document.FORM.SELECT.options.length = 0;&lt;br /&gt;
  for (i=0; i&amp;lt;.newSelectionName.length-1; i++) {&lt;br /&gt;
  eval(&amp;quot;document.FORM.SELECT.options[&amp;quot; + i + &amp;quot;] =&lt;br /&gt;
   new Option(newSelectionName[&amp;quot; + i + &amp;quot;],newSelectionValue[&amp;quot; + i + &amp;quot;])&amp;quot;);&lt;br /&gt;
  } document.FORM.SELECT.options[0].selected = true;&lt;br /&gt;
 }&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.vegas.com.au/~jasper&quot; class=&quot;bb-url&quot;&gt;vegas.com.au/~jasper&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Sep 1999 18:52:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1010803 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/onchange-select-pulldown-lists-onchange-select-pulldown-lists#comment-1010802</link>
    <description> &lt;p&gt;This link demonstrates a pulldown with a select box: &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hotwired.com/webmonkey/98/04/index3a_page10.html?tw=javascript&quot; title=&quot;http://www.hotwired.com/webmonkey/98/04/index3a_page10.html?tw=javascript&quot;&gt;http://www.hotwired.com/webmonkey/98/04/index3a_page10.html?tw=javascript&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Flicki&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Sep 1999 01:55:00 +0000</pubDate>
 <dc:creator>Flicki</dc:creator>
 <guid isPermaLink="false">comment 1010802 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/onchange-select-pulldown-lists-onchange-select-pulldown-lists#comment-1010801</link>
    <description> &lt;p&gt;Hmmm, I saw this done on the link exchange site when signing up for the banner service - take a look at that and see if that is what you need...&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;The Webmaster Forums General Administrator&lt;/strong&gt;&lt;br /&gt;
[red]Why not visit:[/red] The Next Step in Website Development - &lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Aug 1999 02:22:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1010801 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/onchange-select-pulldown-lists-onchange-select-pulldown-lists#comment-1010800</link>
    <description> &lt;p&gt;I&#039;m pretty sure it is possible, but I&#039;m not quite sure how to code it. There are a few people here that have more experience in the form area that should be able to help out though. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Aug 1999 20:18:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1010800 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
