<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029315" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029315</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-passing-objects-between-functions#comment-1171501</link>
    <description> &lt;p&gt;Thank you for your help.  Below is the final code that is working.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function fadeOut(secID){&lt;br /&gt;&lt;br /&gt;	//alert(secID);&lt;br /&gt;	objID = document.getElementById(secID);&lt;br /&gt;	&lt;br /&gt;	nOpac = objID.filters.alpha.opacity;&lt;br /&gt;		&lt;br /&gt;	if (nOpac &amp;gt; 0) {&lt;br /&gt;		nOpac -= 10&lt;br /&gt;		objID.filters.alpha.opacity = nOpac;&lt;br /&gt;		window.setTimeout(&amp;quot;fadeOut(&amp;#039;&amp;quot; + secID + &amp;quot;&amp;#039;)&amp;quot;,50);&lt;br /&gt;	}&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 May 2005 17:23:18 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1171501 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-passing-objects-between-functions#comment-1171499</link>
    <description> &lt;p&gt;Try using secID here, since you&#039;re guaranteed to keep the same input:&lt;/p&gt;
&lt;p&gt;window.setTimeout(&quot;fadeOut(&quot; + secID + &quot;)&quot;,50);&lt;/p&gt;
&lt;p&gt;Without being able to go through a debugging process, I&#039;m taking shots in the dark.&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 May 2005 17:18:05 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1171499 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-passing-objects-between-functions#comment-1171497</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function fadeOut(secID){&lt;br /&gt;&lt;br /&gt;	alert(secID);&lt;br /&gt;	objID = secCover1;&lt;br /&gt;	&lt;br /&gt;	nOpac = objID.filters.alpha.opacity;&lt;br /&gt;		&lt;br /&gt;	if (nOpac &amp;gt; 0) {&lt;br /&gt;		nOpac -= 10&lt;br /&gt;		objID.filters.alpha.opacity = nOpac;&lt;br /&gt;		window.setTimeout(&amp;quot;fadeOut(objID.id)&amp;quot;,50);&lt;br /&gt;	}&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 May 2005 17:07:06 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1171497 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-passing-objects-between-functions#comment-1171496</link>
    <description> &lt;p&gt;No, it&#039;s on my internal server that is behind a corporate firewall.&lt;/p&gt;
&lt;p&gt;With all of my changes I have narrowed the problem to 1 thing.  Looking at my code below, when I specify secCover1 as the objID it works fine.  When I alert secID it displays secCover1.  When I specify objID = secID it fails.  That doesn&#039;t make much sense to me.&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated.&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 May 2005 17:06:34 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1171496 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-passing-objects-between-functions#comment-1171495</link>
    <description> &lt;p&gt;I can&#039;t tell straight away what&#039;s going wrong. Got a link to a test page with the rest of the code?&lt;/p&gt;
&lt;p&gt;&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>Fri, 20 May 2005 17:01:06 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1171495 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
