

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > HTML Forum : Topics : Submitting few elements of a form</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Mon, 23 Nov 2009 22:35:46 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > HTML Forum : Topics : Submitting few elements of a form</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL-v2/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>Re: Submitting few elements of a form</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=51711#p51711</link>
				<description><![CDATA[<dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return
false;" class="postlink-local">Select all</a></dt><dd><code><input
type="radio" name="radio" value="12345"/><br /><input type="radio"
name="radio" value="67890"/><br /><input type="submit"/><br
/></code></dd></dl><br /><br />Keep the name of all your radio fields the
same and what gets submitted is what's in value=""<br />HTH<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=10862">Johnathan</a> &bull; on Mon May 04, 2009 4:00 am &bull; Replies 1 &bull; Views 331</p><hr />]]></description>
					<content:encoded><![CDATA[<dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return
false;" class="postlink-local">Select all</a></dt><dd><code><input
type="radio" name="radio" value="12345"/><br /><input type="radio"
name="radio" value="67890"/><br /><input type="submit"/><br
/></code></dd></dl><br /><br />Keep the name of all your radio fields the
same and what gets submitted is what's in value=""<br />HTH]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=51"><![CDATA[HTML Forum]]></category>
			<dc:creator><![CDATA[10862]]></dc:creator>
			<dc:date>2009-05-05T07:28:19+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=51711#p51711</guid>
		</item>
			<item>
			<title>Submitting few elements of a form</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=51671#p51671</link>
				<description><![CDATA[Hi<br /><br />I have a form that has a table.<br />Like <br /><br /><dl
class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return
false;" class="postlink-local">Select all</a></dt><dd><code>th->&nbsp;
Select&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IP&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; SubnetMask&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PSTN&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;<br /><br />tr->&nbsp; &nbsp; radio&nbsp; &nbsp; &nbsp;
&nbsp; 1.2.3.4&nbsp; &nbsp; &nbsp;255.0.0.0&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;Enabled&nbsp; &nbsp; &nbsp; &nbsp;<br />tr->&nbsp;
&nbsp; radio&nbsp; &nbsp; &nbsp; &nbsp; 2.3.4.5&nbsp; &nbsp;
&nbsp;255.255.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Disabled&nbsp; &nbsp;
&nbsp; <br />tr->&nbsp; &nbsp; radio&nbsp; &nbsp; &nbsp; &nbsp;
2.3.4.6&nbsp; &nbsp; &nbsp;255.255.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
Disabled&nbsp; &nbsp; &nbsp; <br />tr->&nbsp; &nbsp; radio&nbsp; &nbsp;
&nbsp; &nbsp; 2.3.4.7&nbsp; &nbsp; &nbsp;255.255.0.0&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; Disabled&nbsp; &nbsp; &nbsp; <br />tr->&nbsp; &nbsp;
radio&nbsp; &nbsp; &nbsp; &nbsp; 2.3.4.8&nbsp; &nbsp;
&nbsp;255.255.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Disabled&nbsp; &nbsp;
&nbsp; <br /></code></dd></dl><br /><br />When I click on submit button I
want that the row selected by radio button should only get submitted.<br
/>Please suggest me a way to handle this situation.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=43649">gamodg</a> &bull; on Mon May 04, 2009 4:00 am &bull; Replies 1 &bull; Views 331</p><hr />]]></description>
					<content:encoded><![CDATA[Hi<br /><br />I have a form that has a table.<br />Like <br /><br /><dl
class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return
false;" class="postlink-local">Select all</a></dt><dd><code>th->&nbsp;
Select&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IP&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; SubnetMask&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PSTN&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;<br /><br />tr->&nbsp; &nbsp; radio&nbsp; &nbsp; &nbsp;
&nbsp; 1.2.3.4&nbsp; &nbsp; &nbsp;255.0.0.0&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;Enabled&nbsp; &nbsp; &nbsp; &nbsp;<br />tr->&nbsp;
&nbsp; radio&nbsp; &nbsp; &nbsp; &nbsp; 2.3.4.5&nbsp; &nbsp;
&nbsp;255.255.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Disabled&nbsp; &nbsp;
&nbsp; <br />tr->&nbsp; &nbsp; radio&nbsp; &nbsp; &nbsp; &nbsp;
2.3.4.6&nbsp; &nbsp; &nbsp;255.255.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
Disabled&nbsp; &nbsp; &nbsp; <br />tr->&nbsp; &nbsp; radio&nbsp; &nbsp;
&nbsp; &nbsp; 2.3.4.7&nbsp; &nbsp; &nbsp;255.255.0.0&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; Disabled&nbsp; &nbsp; &nbsp; <br />tr->&nbsp; &nbsp;
radio&nbsp; &nbsp; &nbsp; &nbsp; 2.3.4.8&nbsp; &nbsp;
&nbsp;255.255.0.0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Disabled&nbsp; &nbsp;
&nbsp; <br /></code></dd></dl><br /><br />When I click on submit button I
want that the row selected by radio button should only get submitted.<br
/>Please suggest me a way to handle this situation.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=51"><![CDATA[HTML Forum]]></category>
			<dc:creator><![CDATA[43649]]></dc:creator>
			<dc:date>2009-05-04T04:00:16+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=51671#p51671</guid>
		</item>
	
	</channel>
</rss>