<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1011697" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1011697</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Key to netscape frame communication</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-frame-netscape#comment-1067193</link>
    <description> &lt;p&gt;You found the solution, but the key is not the&lt;br /&gt;
frames[number] array reference or the&lt;br /&gt;
document.forms[number] array reference, it is simply refering to the form field using the&lt;/p&gt;
&lt;p&gt;top.framename.document.formname.fieldname.value  method -or-&lt;/p&gt;
&lt;p&gt;parent.framename.document.formname.fieldname.value method (the difference is relative vs absolute reference)&lt;/p&gt;
&lt;p&gt;IE allows you to drop the &quot;.document.&quot; portion, but netscape complains.  You may certainly use the frames[#] or forms[#] arrays, but it is simpler to refer to the frame or form name directly.&lt;/p&gt;
&lt;p&gt;Also, just in case you ever wish to communicate between parent and child windows, make sure you use the windowname.opener=parentframename method.  By doing this, the child can talk back to the parent (and any frames associated with the parent).&lt;/p&gt;
&lt;p&gt;Tazman&lt;/p&gt;
&lt;p&gt;[Edited by tazman on 07-12-2000 at 01:27 AM]&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Jul 2000 05:24:34 +0000</pubDate>
 <dc:creator>tazman</dc:creator>
 <guid isPermaLink="false">comment 1067193 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-frame-netscape#comment-1067148</link>
    <description> &lt;p&gt;I find the solution...&lt;/p&gt;
&lt;p&gt;parent.frames[&#039;start&#039;].document.forms[&#039;form&#039;].Marque.value=2;&lt;/p&gt;
&lt;p&gt;Thanks for your help...&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jul 2000 14:18:46 +0000</pubDate>
 <dc:creator>thieg</dc:creator>
 <guid isPermaLink="false">comment 1067148 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-frame-netscape#comment-1067143</link>
    <description> &lt;p&gt;Maybe Netscape doesnt like you using the name &#039;form&#039; for your form. If that wont work , then send us a url.&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jul 2000 13:41:56 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1067143 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
