<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000780" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000780</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/voting-script-conflict-view-results-button-cancels-out-vote#comment-1003403</link>
    <description> &lt;p&gt;Thank you very much. That did the trick.&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Sep 1999 01:16:00 +0000</pubDate>
 <dc:creator>TomZeCat</dc:creator>
 <guid isPermaLink="false">comment 1003403 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/voting-script-conflict-view-results-button-cancels-out-vote#comment-1003402</link>
    <description> &lt;p&gt;The problem is that you have the &amp;quot;action&amp;quot; field set twice. In HTML, the forms are loaded, and the hidden fields can only have one value, so the action field will have the value that you set the second time.&lt;/p&gt;
&lt;p&gt;I would suggest that you get rid of the hidden &amp;quot;action&amp;quot; fields and use the submit buttons to specify action. There&#039;s one flaw, though -- You must change the text that the buttons show (currently &amp;quot;VOTE!&amp;quot; and &amp;quot;View Results&amp;quot;) to &amp;quot;VOTE&amp;quot; and &amp;quot;VIEW&amp;quot;.&lt;/p&gt;
&lt;p&gt;Be sure to set the name of the submit buttons to &amp;quot;action&amp;quot; ... like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;input type=&amp;quot;submit&amp;quot; name=&amp;quot;action&amp;quot; value=&amp;quot;VOTE&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;submit&amp;quot; name=&amp;quot;action&amp;quot; value=&amp;quot;VIEW&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Federico&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Sep 1999 22:38:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1003402 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
