<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019616" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019616</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pulldown-menu-question#comment-1117939</link>
    <description> &lt;p&gt;Thanks to both of you (webmistress and Megan).  This code has given me problems, so I hope I don&#039;t get an ulcer trying to figure it out.  &lt;/p&gt;
&lt;p&gt;Anyway, I will probably fill out more on my personal information page soon.  But, for now, my name is Steve, I&#039;m 32, and I live in TN.&lt;br /&gt;
I have just recently started all of this webmastering stuff.  I love html, but I hate all these other wierd programs (Java, JavaScript, etc., etc.).  It certainly would be nice if all programs were as easy (and made as much sense) as html.&lt;/p&gt;
&lt;p&gt;Also, I do not have an actual computer, but instead have WebTV (basically the same thing, but you can&#039;t download anything to a disc and it&#039;s speed is sort of slow).  Oh well, It was worth the price difference for what I&#039;m using it for (mostly internet stuff).&lt;/p&gt;
&lt;p&gt;Oh yeah, here&#039;s my site:&lt;br /&gt;
&lt;a href=&quot;http://www.angelfire.com/tn2/dawnmc01/surfmax.html&quot; class=&quot;bb-url&quot;&gt;CLICK HERE&lt;/a&gt;&lt;br /&gt;
Hope you all have a nice day!&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Nov 2002 17:29:33 +0000</pubDate>
 <dc:creator>fiesty_01</dc:creator>
 <guid isPermaLink="false">comment 1117939 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pulldown-menu-question#comment-1117912</link>
    <description> &lt;p&gt;Here, try this (sorry, I don&#039;t have my own code for this, I don&#039;t use them very often...):&lt;/p&gt;
&lt;p&gt;onChange=&quot;window.location = this.options[this.selectedIndex].value&quot;&lt;/p&gt;
&lt;p&gt;Where the value is set to an html page reference.  Much simpler &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>Fri, 08 Nov 2002 14:24:14 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1117912 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pulldown-menu-question#comment-1117911</link>
    <description> &lt;p&gt;Oh yeah, fogot the head bit!!&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function MM_jumpMenu(targ,selObj,restore){ //v3.0&lt;br /&gt;&amp;nbsp; eval(targ+&amp;quot;.location=&amp;#039;&amp;quot;+selObj.options[selObj.selectedIndex].value+&amp;quot;&amp;#039;&amp;quot;);&lt;br /&gt;&amp;nbsp; if (restore) selObj.selectedIndex=0;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Yes it Macromedia Dreamweaver code, but it works!&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Nov 2002 14:23:25 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1117911 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pulldown-menu-question#comment-1117909</link>
    <description> &lt;p&gt;That&#039;s a macromedia script - they&#039;re notorious for being more complicated than they need to be.  That can&#039;t be the only part of the script - there must be a second part defining the MM_jumpMenu(&#039;Parent&#039;,this,0) is.  I&#039;ll see if I can a complete script... it&#039;s really just a matter of changing the window.location to the value of the form option.&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Nov 2002 14:19:33 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1117909 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pulldown-menu-question#comment-1117891</link>
    <description> &lt;p&gt;Glad I could help. That basically tells it to change the page to the one selected from the menu.&lt;/p&gt;
&lt;p&gt;Why not stop by the &lt;a href=&quot;http://www.webmaster-forums.net/forumdisplay.php?s=&amp;amp;forumid=31&quot; class=&quot;bb-url&quot;&gt;Introductions Forum&lt;/a&gt; and tells us a bit about yourself &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>Fri, 08 Nov 2002 09:37:50 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1117891 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pulldown-menu-question#comment-1117890</link>
    <description> &lt;p&gt;Thanks alot!  I don&#039;t know if I&#039;ve ever seen the onChange=&quot;MM_jumpMenu(&#039;Parent&#039;,this,0)&quot; command before now.  Must be a little more advanced than where I&#039;m currently at.&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Nov 2002 09:24:35 +0000</pubDate>
 <dc:creator>fiesty_01</dc:creator>
 <guid isPermaLink="false">comment 1117890 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pulldown-menu-question#comment-1117886</link>
    <description> &lt;p&gt;Welcome to TWF fiesty,&lt;/p&gt;
&lt;p&gt;This is how I do mine:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form name=&amp;quot;links&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;select name=&amp;quot;select&amp;quot; onChange=&amp;quot;MM_jumpMenu(&amp;#039;parent&amp;#039;,this,0)&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;page-name1.html&amp;quot;&amp;gt;Page 1&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;page-name2.html&amp;quot;&amp;gt;Page 2&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Nov 2002 08:52:18 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1117886 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
