<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002781" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002781</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-images-and-frames#comment-1012235</link>
    <description> &lt;p&gt;There must be something wrong with the code or the way I&#039;m putting it in.  Is there another way to do it?&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Jan 2000 19:37:00 +0000</pubDate>
 <dc:creator>randygordjr</dc:creator>
 <guid isPermaLink="false">comment 1012235 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-images-and-frames#comment-1012234</link>
    <description> &lt;p&gt;It works fine for me. I can&#039;t think of any reason that it would work in one frame but not another except for an error somewhere.....check these things:&lt;/p&gt;
&lt;p&gt;make sure that the frame names are the same as what is being called in the script (IMG and PAGE) &lt;/p&gt;
&lt;p&gt;make sure the image file names are correct&lt;/p&gt;
&lt;p&gt;check to see if the script was copied exactly as above with your image files substituted &lt;/p&gt;
&lt;p&gt;let me know how it goes&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Jan 2000 18:13:00 +0000</pubDate>
 <dc:creator>RC</dc:creator>
 <guid isPermaLink="false">comment 1012234 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-images-and-frames#comment-1012233</link>
    <description> &lt;p&gt;The code dosn&#039;t work right.  It only shows up in one place,  the background2.htm page.&lt;/p&gt;
&lt;p&gt;[This message has been edited by randygordjr (edited 05 January 2000).]&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Jan 2000 16:43:00 +0000</pubDate>
 <dc:creator>randygordjr</dc:creator>
 <guid isPermaLink="false">comment 1012233 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-images-and-frames#comment-1012232</link>
    <description> &lt;p&gt;Sure. I have designed this as a onmouseover event, but you can adjust it to display with whatever event that you want.&lt;/p&gt;
&lt;p&gt;This script would go in the background1 frame and display two different images in background2 and 3 frames onmouseover.&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;javascript&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;function clsImg() {&lt;br /&gt;
     parent.IMG.document.open();&lt;br /&gt;
     parent.IMG.document.write(&#039;&amp;lt;BODY BGCOLOR=&quot;#FFFFFF&quot;&amp;gt;&#039;);&lt;br /&gt;
     parent.IMG.document.close();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;function clsPage() {&lt;br /&gt;
     parent.PAGE.document.open();&lt;br /&gt;
     parent.PAGE.document.write(&#039;&amp;lt;BODY BGCOLOR=&quot;#FFFFFF&quot;&amp;gt;&#039;);&lt;br /&gt;
     parent.PAGE.document.close();&lt;br /&gt;
 }&lt;/p&gt;
&lt;p&gt;function imgShow() {&lt;br /&gt;
     clsImg()&lt;br /&gt;
     parent.IMG.document.open();&lt;br /&gt;
     parent.IMG.document.write(&#039;&amp;lt;body background=&quot;img.jpg&quot;&amp;gt;&#039;);&lt;br /&gt;
     parent.IMG.document.close();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;function pageShow() {&lt;br /&gt;
     clsPage()&lt;br /&gt;
     parent.PAGE.document.open();&lt;br /&gt;
     parent.PAGE.document.write(&#039;&amp;lt;body background=&quot;background.jpg&quot;&amp;gt;&#039;);&lt;br /&gt;
     parent.PAGE.document.close();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;blah.html&quot; onmouseover=&quot;imgShow(); pageShow()&quot; onmouseout=&quot;clsPage(); clsImg()&quot;&amp;gt;Here is a really cool image and background!&amp;lt;/a&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Jan 2000 21:53:00 +0000</pubDate>
 <dc:creator>RC</dc:creator>
 <guid isPermaLink="false">comment 1012232 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
