<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003068" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003068</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/noscript-tag#comment-1013550</link>
    <description> &lt;p&gt;My problem is that much of my page is dynamically written.  So without Javascript enabled, you don&#039;t get the text of the article.  I had thought &amp;lt;noscript&amp;gt; worked like &amp;lt;noframes&amp;gt; but I guess I&#039;m mistaken.  I do comment out the scripts, but I need to stick in an alternate somewhere.  I&#039;ll just try interspersing &amp;lt;noscript&amp;gt; tags, but it seems weird to me that the definition I had for &amp;lt;noscript&amp;gt; was completely wrong.  I was using this defintion:&lt;/p&gt;
&lt;p&gt; &lt;BLOCKQUOTE&gt;quote:Browsers that support scripts ignore everything between the NOSCRIPT and /NOSCRIPT tags; on the other hand, browsers that do not support scripts ignore everything except what is in the NOSCRIPT section. In this way, you can create two documents in one: one that uses scripts, and a second for simple browsers.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;That comes from an HTML Catalog I got online.  I guess it&#039;s just wrong though.  Oh well.  Phyllis&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Apr 2000 20:55:00 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1013550 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/noscript-tag#comment-1013549</link>
    <description> &lt;p&gt;from what I understand about this, &amp;lt;noscript&amp;gt; should come immediately after the script for which it is providing alternate content...&lt;/p&gt;
&lt;p&gt;it would be easier to comment out the javascript using something like&lt;/p&gt;
&lt;p&gt;&amp;lt;!--  to hide script contents from old browsers&lt;br /&gt;
  function square(i) {&lt;br /&gt;
    document.write(&quot;The call passed &quot;, i ,&quot; to the function.&quot;,&quot;&amp;lt;BR&amp;gt;&quot;)&lt;br /&gt;
    return i * i&lt;br /&gt;
  }&lt;br /&gt;
  document.write(&quot;The function returned &quot;,square(5),&quot;.&quot;)&lt;br /&gt;
// end hiding contents from old browsers  --&amp;gt;&lt;/p&gt;
&lt;p&gt;I THINK noscript functions as sort of a wierd if/else statement. I.e. if the have javascript, display a random link or if they don&#039;t..display a static link..something like that..I&#039;m not sure that it could be used the way you are attempting. However, I could be completely wrong. Heh.&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Apr 2000 20:46:00 +0000</pubDate>
 <dc:creator>RC</dc:creator>
 <guid isPermaLink="false">comment 1013549 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
