<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024315" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024315</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hidingshowing-rows#comment-1148793</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  Place the contact stuff in a select element, based on the user&#039;s selection, change either the visibility or content of a div.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tr&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;contact1&#039; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;display:none&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;td&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Phone&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;td&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;td&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;input name&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;phone\&quot; type=\&quot;text\&quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id=&#039;contact2&#039; style=&#039;display:block&#039;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;EMail:&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input name=\&quot;email\&quot; type=\&quot;text\&quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Sat, 03 Apr 2004 03:45:24 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1148793 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hidingshowing-rows#comment-1148786</link>
    <description> &lt;p&gt;I think I found it, I modified your link to google to include the word HIDE and found a few good samples. I was originally thinking I would need to hide/show the entire row, but realized I just need to put both items in the same row and hide/show the actual items. Think I&#039;m a better track to get this acomplished. &lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Apr 2004 22:11:13 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1148786 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hidingshowing-rows#comment-1148784</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.google.com/search?q=javascript+disable+form+elements&quot; class=&quot;bb-url&quot;&gt;http://www.google.com/search?q=javascript+disable+form+elements&lt;/a&gt; for using JavaScript, lots of options.&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Apr 2004 22:03:31 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1148784 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hidingshowing-rows#comment-1148783</link>
    <description> &lt;p&gt;Ah-- you need to disable some input based on other pieces?&lt;/p&gt;
&lt;p&gt;You can do this with JavaScript, but I prefer not to, I think it&#039;s more secure to have multi-form data entry (or to reload the page with new options), than to disable or hide rows. I know this has been answered here a few times (using JavaScript).&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Apr 2004 22:02:07 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1148783 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hidingshowing-rows#comment-1148782</link>
    <description> &lt;p&gt;This isn&#039;t the actual data collected, I just used that for an example. The real program collects employee data that has many different inputs based on the type of employee they are at the company.&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Apr 2004 21:59:46 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1148782 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hidingshowing-rows#comment-1148779</link>
    <description> &lt;p&gt;why only have one contact method?&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Apr 2004 21:34:03 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1148779 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
