<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Scripting help</title>
	<atom:link href="http://www.yourish.com/2005/10/19/202/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yourish.com/2005/10/19/202</link>
	<description>Cutting straight to the point</description>
	<lastBuildDate>Sat, 20 Mar 2010 04:59:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Meryl Yourish</title>
		<link>http://www.yourish.com/2005/10/19/202/comment-page-1#comment-598</link>
		<dc:creator>Meryl Yourish</dc:creator>
		<pubDate>Thu, 20 Oct 2005 00:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.yourish.com/2005/10/19/202#comment-598</guid>
		<description>Thanks, Brian, because that&#039;s one of the mistakes I&#039;m now correcting. I forgot that about radio buttons. Man, what a pain I&#039;ve been saved, too. There may be several hundred of these buggers to choose from.</description>
		<content:encoded><![CDATA[<p>Thanks, Brian, because that&#8217;s one of the mistakes I&#8217;m now correcting. I forgot that about radio buttons. Man, what a pain I&#8217;ve been saved, too. There may be several hundred of these buggers to choose from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.yourish.com/2005/10/19/202/comment-page-1#comment-597</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 20 Oct 2005 00:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.yourish.com/2005/10/19/202#comment-597</guid>
		<description>Also you can get their &quot;selected&quot; status with:

document.form.picture[0].checked

...which is a boolean (e.g. &quot;=true&quot;).</description>
		<content:encoded><![CDATA[<p>Also you can get their &#8220;selected&#8221; status with:</p>
<p>document.form.picture[0].checked</p>
<p>&#8230;which is a boolean (e.g. &#8220;=true&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.yourish.com/2005/10/19/202/comment-page-1#comment-596</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 19 Oct 2005 23:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.yourish.com/2005/10/19/202#comment-596</guid>
		<description>The trick with radio buttons is to remember that all the buttons have the same &lt;em&gt;name&lt;/em&gt;... but they have different &lt;em&gt;values&lt;/em&gt;.

So you&#039;ll have:

&lt;input type=&quot;radio&quot; name=&quot;picture&quot; value=&quot;0001&quot;&gt;
&lt;input type=&quot;radio&quot; name=&quot;picture&quot; value=&quot;0002&quot;&gt;

...And so on. Then you can access the values with:

document.form.picture[0]
document.form.picture[1]

...Like that.</description>
		<content:encoded><![CDATA[<p>The trick with radio buttons is to remember that all the buttons have the same <em>name</em>&#8230; but they have different <em>values</em>.</p>
<p>So you&#8217;ll have:</p>
<p>&lt;input type=&#8221;radio&#8221; name=&#8221;picture&#8221; value=&#8221;0001&#8243;&gt;<br />
&lt;input type=&#8221;radio&#8221; name=&#8221;picture&#8221; value=&#8221;0002&#8243;&gt;</p>
<p>&#8230;And so on. Then you can access the values with:</p>
<p>document.form.picture[0]<br />
document.form.picture[1]</p>
<p>&#8230;Like that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
