<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029285" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029285</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/menus-and-anchors#comment-1172602</link>
    <description> &lt;p&gt;I dont understand why its not working for you it worked fine for me with no submit button needed.&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Jun 2005 18:24:51 +0000</pubDate>
 <dc:creator>vibins</dc:creator>
 <guid isPermaLink="false">comment 1172602 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/menus-and-anchors#comment-1172569</link>
    <description> &lt;p&gt;1) That&#039;s just a form...so you&#039;d need a go buttom and the correct form tag to go with it.&lt;/p&gt;
&lt;p&gt;2) For a dropdown that goes to links automatically  when selected you need to use javascript.&lt;/p&gt;
&lt;p&gt;I use one from Dynamic Drive on my weblog, here is is modified for your purpose:&lt;br /&gt;
&amp;lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;Nav Menu&lt;br /&gt;
Type Link Text&lt;br /&gt;
Type Link Text&lt;br /&gt;
Type Link Text&lt;br /&gt;
Type Link Text&lt;br /&gt;
Type Link Text&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Jun 2005 20:29:22 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1172569 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/menus-and-anchors#comment-1172568</link>
    <description> &lt;p&gt;i also copied vibins &#039;onchange&#039; code to see if that was it, but it still didnt work&lt;/p&gt;
&lt;p&gt;how does his code work but not mine?  i&#039;m copying his code to test but it doesn&#039;t work on my page.&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Jun 2005 20:19:31 +0000</pubDate>
 <dc:creator>duckie</dc:creator>
 <guid isPermaLink="false">comment 1172568 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/menus-and-anchors#comment-1172567</link>
    <description> &lt;p&gt;ok...what is this?&lt;/p&gt;
&lt;p&gt;i copied and pasted vibins&#039; code into a blank page into dreamweaver and it worked fine, but when i do it to mine, it doesnt work.&lt;/p&gt;
&lt;p&gt;this is my code, I don&#039;t see anything wrong, but it doesnt work!!! grrr&lt;/p&gt;
&lt;p&gt;            Choose a Sport&lt;br /&gt;
			--FALL--&lt;br /&gt;
			Cross Country&lt;br /&gt;
			Football&lt;br /&gt;
			Boys Golf&lt;br /&gt;
			Boys Soccer&lt;br /&gt;
			Softball&lt;br /&gt;
			Girls Volleyball&lt;br /&gt;
			Boys Tennis&lt;br /&gt;
			--WINTER--&lt;br /&gt;
			Wrestling&lt;br /&gt;
			Boys Basketball&lt;br /&gt;
			Girls Basketball&lt;br /&gt;
			Girls Swimming&lt;br /&gt;
			--SPRING--&lt;br /&gt;
			Baseball&lt;br /&gt;
			Track&lt;br /&gt;
			Girls Golf&lt;br /&gt;
			Girls Tennis&lt;br /&gt;
			Girls Soccer&lt;br /&gt;
			Boys Swimming&lt;br /&gt;
			Boys Lacrosse&lt;br /&gt;
			Girls Lacrosse&lt;br /&gt;
			--YEAR LONG--&lt;br /&gt;
			POMS&lt;br /&gt;
			Cheerleading&lt;/p&gt;
&lt;p&gt;i have anchors set, but the links dont go there!&lt;/p&gt;
&lt;p&gt;please help!&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Jun 2005 20:18:27 +0000</pubDate>
 <dc:creator>duckie</dc:creator>
 <guid isPermaLink="false">comment 1172567 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/menus-and-anchors#comment-1171399</link>
    <description> &lt;p&gt;It&#039;s as simple as this:&lt;br /&gt;
First go to the tables (or headings in the example below) and create a tags with meaningful names in the place that you want the links to lead to.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;h2&amp;gt;&amp;lt;a name=&amp;quot;placeonpagetolink&amp;quot;&amp;gt;This is the place the page will jump to&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Then in the menu create the links (as below):&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;#placeonpagetolink&amp;quot;&amp;gt;Go to place on Page&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 May 2005 12:25:23 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1171399 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/menus-and-anchors#comment-1171349</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt; &lt;br /&gt; &amp;lt;form name=&amp;quot;navigateform&amp;quot; width=&amp;quot;160&amp;quot;&amp;gt;&lt;br /&gt; 		&amp;nbsp;&amp;nbsp;&amp;nbsp; 		&amp;lt;select align=&amp;quot;right&amp;quot; name=&amp;quot;navigatelinks&amp;quot; onchange=&amp;quot;window.location=document.navigateform.navigatelinks.options[document.navigateform.navigatelinks.selectedIndex].value&amp;quot;&amp;gt;&lt;br /&gt; &lt;br /&gt; 		&amp;nbsp;&amp;nbsp;&amp;nbsp; 	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option&amp;gt;Navigate&amp;lt;/option&amp;gt;&lt;br /&gt; 		&amp;nbsp;&amp;nbsp;&amp;nbsp; 		&amp;lt;option value=&amp;quot;http://www.yy2.com/Nazi%20skates/YaBB.pl&amp;quot;&amp;gt;FORUM&lt;br /&gt; 					&amp;lt;/option&amp;gt;&lt;br /&gt; &lt;br /&gt; 																			&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value=&amp;quot;http://www.yy2.com/Nazi%20skates/YaBB.pl?board=news&amp;quot;&amp;gt;Skate talk&amp;lt;/option&amp;gt;&lt;br /&gt; 									&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value=&amp;quot;http://www.yy2.com/Nazi%20skates/YaBB.pl?board=music&amp;quot;&amp;gt;Music talk&amp;lt;/option&amp;gt;&lt;br /&gt; &lt;br /&gt; 									&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value=&amp;quot;http://www.yy2.com/Nazi%20skates/YaBB.pl?board=gen&amp;quot;&amp;gt;Talk&amp;lt;/option&amp;gt;&lt;br /&gt; 									&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt; 									&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value=&amp;quot;music.html&amp;quot;&amp;gt;Music&amp;lt;/option&amp;gt;&lt;br /&gt; 									&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt; 									&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value=&amp;quot;http://naziskates.111mb.com/articles/articlelist_main.html&amp;quot;&amp;gt;ARTICLES&amp;lt;/option&amp;gt;&lt;br /&gt; 									&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value=&amp;quot;http://naziskates.111mb.com/articles/what_if_main.html&amp;quot;&amp;gt;Home&amp;lt;/option&amp;gt;&lt;br /&gt; 																										&amp;nbsp; &amp;lt;option value=&amp;quot;http://naziskates.111mb.com/articles/Tsunami_benafit_demo_main.html&amp;quot;&amp;gt;Tsunami benafit demo&amp;lt;/option&amp;gt;&lt;br /&gt; &lt;br /&gt; 									&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value=&amp;quot;login.html&amp;quot;&amp;gt;Members area&amp;lt;/option&amp;gt;&lt;br /&gt; 									&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value=&amp;quot;reg.html&amp;quot;&amp;gt;Register&amp;lt;/a&amp;gt;&lt;br /&gt; 					&amp;lt;/select&amp;gt;&lt;br /&gt; 				&amp;lt;/form&amp;gt;&lt;br /&gt; &lt;br /&gt; &lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt; Forgive the links already in it but i just took it from one of my pages&lt;br /&gt;
 All you do is put the url in the value of the option and what you want the link to say in between the option and the /option tags&lt;/p&gt;
&lt;p&gt; now for linking to the same page just do what you would do for an ordinairy link&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 May 2005 18:25:10 +0000</pubDate>
 <dc:creator>vibins</dc:creator>
 <guid isPermaLink="false">comment 1171349 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
