<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012669" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012669</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/error-message-0#comment-1073744</link>
    <description> &lt;p&gt;Hi CrimsonBelle,&lt;/p&gt;
&lt;p&gt;  I&#039;m presuming you&#039;ve found and corrected the error -- right? &lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Nov 2000 22:05:54 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1073744 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/error-message-0#comment-1073619</link>
    <description> &lt;p&gt;Yeah either post lines 140-150 of menu.js or give us the URL of it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Nov 2000 02:03:31 +0000</pubDate>
 <dc:creator>ianrules</dc:creator>
 <guid isPermaLink="false">comment 1073619 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/error-message-0#comment-1073354</link>
    <description> &lt;p&gt;Hi CrimsonBelle,&lt;/p&gt;
&lt;p&gt;  A url would be much better.&lt;/p&gt;
&lt;p&gt;  The error message may be coming from the js file.  Also, the actual error may be one of the lines above -- so check lines 140 through 144.  If you still can&#039;t find it, post the url.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Sun, 29 Oct 2000 18:00:41 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1073354 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/error-message-0#comment-1073270</link>
    <description> &lt;p&gt;Do you want me to put the whole file here?? It&#039;s pretty long....&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Oct 2000 14:27:43 +0000</pubDate>
 <dc:creator>CrimsonBelle</dc:creator>
 <guid isPermaLink="false">comment 1073270 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/error-message-0#comment-1073269</link>
    <description> &lt;p&gt;what&#039;s inside menu.js?&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Oct 2000 13:23:30 +0000</pubDate>
 <dc:creator>Rageforth</dc:creator>
 <guid isPermaLink="false">comment 1073269 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/error-message-0#comment-1073268</link>
    <description> &lt;p&gt;Here is some of the code. I included the top and then skipped to the area where line 144 is.&lt;/p&gt;
&lt;p&gt;	Navigation&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;JavaScript1.2&quot; src=&quot;\\menus.js&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;/p&gt;
&lt;p&gt;oMenu=new menuObj(&#039;oMenu&#039;)&lt;/p&gt;
&lt;p&gt;oMenu.clMain=&#039;padding:5px; font-family:verdana; font-size:12px; font-weight:bold&#039;&lt;br /&gt;
oMenu.clSub=&#039;padding:5px; font-family:verdana; font-size:10px&#039;&lt;br /&gt;
oMenu.clSubSub=&#039;padding:5px; font-family:verdana; font-size:10px&#039;&lt;br /&gt;
oMenu.clAMain=&#039;text-decoration:none; color:White&#039;&lt;br /&gt;
oMenu.clASub=&#039;text-decoration:none; color:White&#039;&lt;br /&gt;
oMenu.clASubSub=&#039;text-decoration:none; color:White&#039;&lt;/p&gt;
&lt;p&gt;oMenu.backgroundbar=&#039;1&#039;&lt;br /&gt;
oMenu.backgroundbarfromleft=&#039;0&#039;&lt;br /&gt;
oMenu.backgroundbarfromtop=&#039;0&#039;&lt;br /&gt;
oMenu.backgroundbarsize=&#039;100%&#039;&lt;br /&gt;
oMenu.backgroundbarcolor=&#039;Navy&#039;&lt;/p&gt;
&lt;p&gt;oMenu.mainheight=&#039;25&#039;&lt;br /&gt;
oMenu.mainwidth=&#039;130&#039;&lt;/p&gt;
&lt;p&gt;oMenu.subwidth=oMenu.mainwidth&lt;br /&gt;
oMenu.subheight=&#039;20&#039;&lt;/p&gt;
&lt;p&gt;oMenu.subsubwidth=oMenu.mainwidth&lt;br /&gt;
oMenu.subsubheight=oMenu.subheight&lt;/p&gt;
&lt;p&gt;oMenu.makeStyle()&lt;/p&gt;
&lt;p&gt;oMenu.subplacement=oMenu.mainheight&lt;br /&gt;
oMenu.subsubXplacement=oMenu.subwidth/2&lt;br /&gt;
oMenu.subsubYplacement=&#039;7&#039;&lt;/p&gt;
&lt;p&gt;oMenu.mainbgcoloroff=&#039;Navy&#039;&lt;br /&gt;
oMenu.mainbgcoloron=&#039;#996699&#039;&lt;br /&gt;
oMenu.subbgcoloroff=&#039;#006699&#039;&lt;br /&gt;
oMenu.subbgcoloron=&#039;#9966cc&#039;&lt;br /&gt;
oMenu.subsubbgcoloroff=&#039;#003399&#039;&lt;br /&gt;
oMenu.subsubbgcoloron=&#039;#996666&#039;&lt;br /&gt;
oMenu.stayoncolor=&#039;0&#039;&lt;/p&gt;
&lt;p&gt;oMenu.menuspeed=&#039;12&#039;&lt;br /&gt;
oMenu.menusubspeed=&#039;15&#039;&lt;/p&gt;
&lt;p&gt;oMenu.menurows=&#039;1&#039;&lt;/p&gt;
&lt;p&gt;oMenu.menueventon=&quot;mouse&quot;&lt;br /&gt;
oMenu.menueventoff=&quot;mouse&quot;&lt;/p&gt;
&lt;p&gt;oMenu.menuplacement=new Array(&quot;5,150,300,450,600,750&quot;)&lt;/p&gt;
&lt;p&gt;MAIN 0&lt;/p&gt;
&lt;p&gt;******then there is a bunch of menu stuff - I&#039;ll just skip to the area where the error supposedly is: *********&lt;/p&gt;
&lt;p&gt;oMenu.makeMain(2,&#039;IDEO&#039;,0)&lt;br /&gt;
	oMenu.makeSub(2,0,&#039;IDEO Contact Information&#039;,&#039;#&#039;,Main)&lt;br /&gt;
	oMenu.makeSub(2,1,&#039;Documentation&#039;,0)&lt;br /&gt;
	oMenu.makeSub(2,2,&#039;Handspring Visor Owner&#039;s Manual&#039;,&#039;#&#039;,Main)&lt;br /&gt;
	oMenu.makeSub(2,3,&#039;Reports&#039;,&#039;#&#039;,Main)&lt;br /&gt;
		oMenu.makeSubSub(2,1,0,&#039;FAQ&#039;,&#039;#&#039;,Main)&lt;br /&gt;
		oMenu.makeSubSub(2,1,1,&#039;Knowledge Sheet&#039;,&#039;#&#039;,Main)&lt;br /&gt;
		oMenu.makeSubSub(2,1,2,&#039;RMA Flowchart&#039;,&#039;#&#039;,Main)&lt;/p&gt;
&lt;p&gt;[Edited by CrimsonBelle on 10-26-2000 at 09:16 AM]&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Oct 2000 13:12:02 +0000</pubDate>
 <dc:creator>CrimsonBelle</dc:creator>
 <guid isPermaLink="false">comment 1073268 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/error-message-0#comment-1073245</link>
    <description> &lt;p&gt;Can you give us a url or more of the code to look at?&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2000 22:19:11 +0000</pubDate>
 <dc:creator>Rageforth</dc:creator>
 <guid isPermaLink="false">comment 1073245 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
