<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003288" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003288</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/passing-variables-radio-button-choice-href-command-help#comment-1014491</link>
    <description> &lt;p&gt;Thanks a million Lloyd!! I&#039;ll try the JavaScript you suggested! &lt;/p&gt;
&lt;p&gt;As for radio buttons coming back into style - well, I like &#039;em cause from a marketing standpoint, they are more inviting to entice the user to interact with the page. They pull the user in to making a choice from several options - I think they can be very effective used under the right circumstances.&lt;/p&gt;
&lt;p&gt;Thanks again!! I&#039;ll let you know how it works on my page!&lt;/p&gt;
&lt;p&gt;Ray&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Oct 1999 03:03:00 +0000</pubDate>
 <dc:creator>Ray</dc:creator>
 <guid isPermaLink="false">comment 1014491 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/passing-variables-radio-button-choice-href-command-help#comment-1014490</link>
    <description> &lt;p&gt;You can do this with JavaScript and it is really quite easy to implement.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;INSERT BETWEEN &amp;lt;HEAD&amp;gt;&amp;lt;/HEAD&amp;gt; TAGS&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;function navigate() {&lt;br /&gt;
if (document.radioForm.selection[0].checked) {&lt;br /&gt;
window.location.href = &amp;quot;URL 1&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
window.location.href = &amp;quot;URL 2&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;INSERT BETWEEN &amp;lt;BODY&amp;gt;&amp;lt;/BODY&amp;gt; TAGS&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;form name=&amp;quot;radioForm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;input name=&amp;quot;selection&amp;quot; type=&amp;quot;radio&amp;quot;&amp;gt; OPTION 1&lt;br /&gt;
&amp;lt;input name=&amp;quot;selection&amp;quot; type=&amp;quot;radio&amp;quot;&amp;gt; OPTION 2&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;javascript:navigate()&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;URL&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;* Note i have not used&lt;br /&gt;
&lt;strong&gt;&amp;lt;input type=&amp;quot;image&amp;quot; src=&amp;quot;dir/img.gif&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&lt;/strong&gt; as JP suggested. I think this way is easier.&lt;/p&gt;
&lt;p&gt;I have answered many radio questions recently - are they back in fashion?&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Oct 1999 20:16:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1014490 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/passing-variables-radio-button-choice-href-command-help#comment-1014489</link>
    <description> &lt;p&gt;Thanks Patrick for your help!! And JP - for telling me how to change the input button to my own graphic. &lt;/p&gt;
&lt;p&gt;The help was very much appreciated!! &lt;/p&gt;
&lt;p&gt;Ray&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Oct 1999 18:00:00 +0000</pubDate>
 <dc:creator>Ray</dc:creator>
 <guid isPermaLink="false">comment 1014489 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/passing-variables-radio-button-choice-href-command-help#comment-1014488</link>
    <description> &lt;p&gt;and here comes my CGI-solution:&lt;br /&gt;
put the button and the radios into a form and link it to this cgi script using method get:&lt;/p&gt;
&lt;p&gt;#!/usr/bin/perl&lt;br /&gt;
$foo = $ENV{QUERY_STRING};&lt;br /&gt;
if ($foo = &amp;quot;button\=sound&amp;quot; ){print&amp;quot;Location: &lt;a href=&quot;http://blah&quot; title=&quot;http://blah&quot;&gt;http://blah&lt;/a&gt; blah/sound.html&amp;quot;}&lt;br /&gt;
else {print&amp;quot;Location: &lt;a href=&quot;http://blah&quot; title=&quot;http://blah&quot;&gt;http://blah&lt;/a&gt; blah/image.html&amp;quot;}&lt;br /&gt;
exit;&lt;/p&gt;
&lt;p&gt;Federico, any backslashes missing? &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;br /&gt;
later&lt;br /&gt;
patrick&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Oct 1999 17:18:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1014488 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/passing-variables-radio-button-choice-href-command-help#comment-1014487</link>
    <description> &lt;p&gt;Thanks JP for your response!! It was helpful to know how to change the input button into an image. &lt;/p&gt;
&lt;p&gt;To take it a bit further, when the user clicks on that input button, I want them to be able to go to a linked page - or an audio file, depending on which radio button they choose. &lt;/p&gt;
&lt;p&gt;Is that possible?&lt;/p&gt;
&lt;p&gt;Thanks again JP!&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Oct 1999 04:28:00 +0000</pubDate>
 <dc:creator>Ray</dc:creator>
 <guid isPermaLink="false">comment 1014487 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/passing-variables-radio-button-choice-href-command-help#comment-1014486</link>
    <description> &lt;p&gt;I&#039;m not sure what you mean but for an img equivalent of an input button use:&lt;br /&gt;
&amp;lt;input type=&amp;quot;image&amp;quot; src=&amp;quot;dir/img.gif&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;[red]The Next Step in Website Development [/red] - &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;/strong&gt;&lt;br /&gt;
&lt;strong&gt;The Webmaster Promotion and Resource Center&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Oct 1999 04:13:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1014486 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
