<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020080" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020080</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigation-strikes-back#comment-1122603</link>
    <description> &lt;p&gt;a html comment tag is --&amp;gt;&lt;br /&gt;
a javascript comment tag is //&lt;br /&gt;
so we need to combine them //--&amp;gt; so both are supported otherwise the javascript could think the -- or &amp;gt; is part of the code &lt;/p&gt;
&lt;p&gt;You don&#039;t really need to use the comment tags nowadays but as Abhishek points out it is good coding practice, so use them&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Jan 2003 21:56:44 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1122603 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigation-strikes-back#comment-1122602</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Abhishek Reddy &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Also — though I doubt this&#039;ll help much — try commenting out your... uhh, comment. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Change&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;document.write(TodayMonth + &amp;quot; &amp;quot; + TodayDay + &amp;quot;, &amp;quot; + TodayYear); &lt;br /&gt;--&amp;gt; &lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
to&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;document.write(TodayMonth + &amp;quot; &amp;quot; + TodayDay + &amp;quot;, &amp;quot; + TodayYear); &lt;br /&gt;//--&amp;gt; &lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Good JS habits, thassall. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Can I just ask you what that does?  Like Busy&#039;s quote says...involve me and I learn...&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Jan 2003 21:33:07 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1122602 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigation-strikes-back#comment-1122572</link>
    <description> &lt;p&gt;Also — though I doubt this&#039;ll help much — try commenting out your... uhh, comment. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Change&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;document.write(TodayMonth + &amp;quot; &amp;quot; + TodayDay + &amp;quot;, &amp;quot; + TodayYear); &lt;br /&gt;--&amp;gt; &lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
to&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;document.write(TodayMonth + &amp;quot; &amp;quot; + TodayDay + &amp;quot;, &amp;quot; + TodayYear); &lt;br /&gt;//--&amp;gt; &lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Good JS habits, thassall. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Jan 2003 16:22:44 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1122572 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigation-strikes-back#comment-1122557</link>
    <description> &lt;p&gt;After a brief look through the code, I&#039;ve come to think you might be missing a chunk of script somewhere. Most likely you need to include a .js file DW might&#039;ve created.&lt;/p&gt;
&lt;p&gt;Are you sure you&#039;ve got all the necessary files sourced/linked/included? To check, does DW have any instructions or help on this?&lt;/p&gt;
&lt;p&gt;PS: your page takes eons to load (56k). You&#039;ve resized your images with HTML to make the thumbnails. The images look smaller, but users still have to download the whole big file. Kinda defeats the purpose of thumbnailing. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Jan 2003 15:11:02 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1122557 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigation-strikes-back#comment-1122551</link>
    <description> &lt;p&gt;Is this one of those dynamic fly-out menus?  Didn&#039;t we try to talk you out of that before?  Or was that someone else?&lt;/p&gt;
&lt;p&gt;Anywat, I&#039;ll move this over to Web Authoring in the hopes that one of the Javascript experts can pick it up there.  These menu scripts do tend to be very complicated and difficult to debug, so good luck!&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Jan 2003 14:51:55 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1122551 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigation-strikes-back#comment-1122404</link>
    <description> &lt;p&gt;Errors I got:&lt;br /&gt;
 Line: 81&lt;br /&gt;
 Char: 3&lt;br /&gt;
 Error: &#039;Menu&#039; is undefined.&lt;/p&gt;
&lt;p&gt; Line: 285&lt;br /&gt;
 Char: 1&lt;br /&gt;
 Error: Object Expected &lt;/p&gt;
&lt;p&gt;Looks like a poorly written js menu from DW. To long and modular to debug by just looking at it.  You might consider deleting it and re-inserting.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Dec 2002 18:25:33 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1122404 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigation-strikes-back#comment-1122399</link>
    <description> &lt;p&gt;Just mouse over the nav.&lt;/p&gt;
&lt;p&gt;First before the page had loaded I got:&lt;/p&gt;
&lt;p&gt;A Runtime Error has occured.  Do you wish to Debug? Line: 80&lt;/p&gt;
&lt;p&gt;I then get loads on mouseover, saying:&lt;/p&gt;
&lt;p&gt;A Runtime Error has occured.  Do you wish to Debug? Line: xyz&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Dec 2002 14:19:01 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1122399 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigation-strikes-back#comment-1122398</link>
    <description> &lt;p&gt;What kind of errors are you getting?&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Dec 2002 13:58:44 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1122398 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
