<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036709" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036709</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-down-lists-0#comment-1211760</link>
    <description> &lt;p&gt;Yes, absolutely, but, just thought I&#039;d include it as a bit of an FYI. Have quite a few people ask me in the past &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, 11 Dec 2006 02:03:13 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1211760 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-down-lists-0#comment-1211744</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Renegade;211556 wrote:&lt;/strong&gt; And for those who need a remind, if the action field is blank (action=&quot;&quot;), then it just refers back to the page the data was sent from.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;True... but it&#039;s bad form. Really you should be explicit and specify the page you want it to refer to just in case...&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Dec 2006 21:24:55 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1211744 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-down-lists-0#comment-1211641</link>
    <description> &lt;p&gt;Good call. I should of put that &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 Dec 2006 15:34:01 +0000</pubDate>
 <dc:creator>Neutron2k</dc:creator>
 <guid isPermaLink="false">comment 1211641 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-down-lists-0#comment-1211556</link>
    <description> &lt;p&gt;And for those who need a remind, if the action field is blank (action=&quot;&quot;), then it just refers back to the page the data was sent from.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Dec 2006 19:16:28 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1211556 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-down-lists-0#comment-1211503</link>
    <description> &lt;p&gt;you can leave the action tag blank. It will still validate just as long as it exists.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Dec 2006 09:49:15 +0000</pubDate>
 <dc:creator>Neutron2k</dc:creator>
 <guid isPermaLink="false">comment 1211503 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-down-lists-0#comment-1211137</link>
    <description> &lt;p&gt;Ah cracking, nice one dude, problem solved. All validating fine in strict without the method=&quot;post&quot;. Thanks alot. &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>Thu, 30 Nov 2006 12:15:35 +0000</pubDate>
 <dc:creator>Monkeyboy</dc:creator>
 <guid isPermaLink="false">comment 1211137 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-down-lists-0#comment-1211123</link>
    <description> &lt;p&gt;Sorry I didn&#039;t see this earlier, but you can change your DOCTYPE back to strict, and change your code to read:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form action=&amp;quot;whatever.html&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;fieldset&amp;gt;&lt;br /&gt; &amp;lt;select&amp;gt;&lt;br /&gt; &amp;lt;option value=&amp;quot;link 1&amp;quot;&amp;gt;text1&amp;lt;/option&amp;gt;&lt;br /&gt; &amp;lt;option value=&amp;quot;link 2&amp;quot;&amp;gt;text2&amp;lt;/option&amp;gt;&lt;br /&gt; &amp;lt;option value=&amp;quot;link 3&amp;quot;&amp;gt;text3&amp;lt;/option&amp;gt;&lt;br /&gt; &amp;lt;/select&amp;gt;&lt;br /&gt;&amp;lt;/fieldset&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
It&#039;s as simple as that dude. You might as well just put the current page into the form action, some poor browser might get confused otherwise. Not sure if you need a method=&quot;post&quot; in there too to validate? &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;
&lt;p&gt;The fieldset tag is a way of grouping a bunch of form elements, you can get rid of the border it creates using &#039;border&#039; in CSS.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Nov 2006 09:25:54 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1211123 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-down-lists-0#comment-1211121</link>
    <description> &lt;p&gt;It&#039;s ok i&#039;ve sorted it now. I just changed the Doc Type to xhtml Transitional and added a black &#039;action&#039; attribute to the  tag. &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>Thu, 30 Nov 2006 08:57:23 +0000</pubDate>
 <dc:creator>Monkeyboy</dc:creator>
 <guid isPermaLink="false">comment 1211121 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
