<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003036" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003036</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-generating-tags-body#comment-1013420</link>
    <description> &lt;p&gt;Thanks for the suggestion!  I will give that a try.  I could see why my own attempts wouldn&#039;t work but not how to fix them.  I had hoped to somehow combine a script for show/hide layers with a function to write single or multiple columns, but I guess that&#039;s over my head -- I&#039;m only just learning JavaScript.  Anyway, thanks for the suggestion!&lt;/p&gt;
&lt;p&gt;Phyllis&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Apr 2000 13:09:00 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1013420 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-generating-tags-body#comment-1013419</link>
    <description> &lt;p&gt;Here is my suggestion. Instead of using a form, use a confirm box as the page is loading to ask Netscape users if they want multiple columns.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;
if (navigator.appName.indexOf(&quot;Netscape&quot;) != -1) {
   if (confirm(&quot;Would you like multiple columns?&quot;)) {
      // write body text with muliplte columns
      }
   else {
      // write single column text
      }
   }[/code]

To store your body text in a variable do this:

&lt;BLOCKQUOTE&gt;code:&lt;pre&gt;var bodyText = &quot;&quot;;
bodyText += &quot;&amp;lt;p&amp;gt;text here&amp;lt;/p&amp;gt;&quot;;
bodyText += &quot;&amp;lt;hr&amp;gt;....&quot;;[/code] &lt;/pre&gt;&lt;/blockquote&gt;&lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Mon, 03 Apr 2000 05:59:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013419 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
