<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016095" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016095</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/please-help-me-java-script-problem#comment-1093422</link>
    <description> &lt;p&gt;Hi Atifprince,&lt;/p&gt;
&lt;p&gt; As Busy said, a url would be very helpful.&lt;br /&gt;
 1) check global variable names (variables declared outside of any function, eg: var counter = 0; ) and function names. If necessary, rename them.&lt;br /&gt;
 2) if 2 or more functions include a call to setTimeout, you may have to combine the processing into one function&lt;br /&gt;
 3)you can execute 2 or more scripts from an onLoad, as in:&lt;/p&gt;
&lt;p&gt;onLoad=&quot;func1();func2();etc&quot;&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
onLoad=&quot;combinedFuncs()&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;function combinedFuncs()&lt;br /&gt;
{&lt;br /&gt;
  func1();&lt;br /&gt;
  func2();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Nov 2001 16:48:01 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1093422 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/please-help-me-java-script-problem#comment-1093304</link>
    <description> &lt;p&gt;Could you post the pages so we could see what you have.&lt;/p&gt;
&lt;p&gt;check the variables names arent the same,&lt;br /&gt;
also you can included functions in other functions so your only running one function off the onload script.&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Nov 2001 09:08:45 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1093304 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
