<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1011838" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1011838</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/verifying-page-load#comment-1068022</link>
    <description> &lt;p&gt;Thanks Lloyd!&lt;/p&gt;
&lt;p&gt;I think I will give that a shot.  I&#039;ll see if this avoids the object not defined or object has no properties issues I have run into.&lt;/p&gt;
&lt;p&gt;Thanks all for the assist.&lt;/p&gt;
&lt;p&gt;Tazman&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Jul 2000 19:09:16 +0000</pubDate>
 <dc:creator>tazman</dc:creator>
 <guid isPermaLink="false">comment 1068022 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/verifying-page-load#comment-1068020</link>
    <description> &lt;p&gt;What I would do is create a variable within each frame named &#039;isLoaded&#039; and use the onLoad event handler to set this to true. From the calling frame I would create a function that loops until the target frame has loaded.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function setFrameValue() {&lt;br /&gt;&amp;nbsp;&amp;nbsp; if (!FRAMENAME.isLoaded) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.setTimeout(&amp;quot;setFrameValue()&amp;quot;,50);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp; else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // do your stuff...&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp; }&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Jul 2000 16:15:59 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1068020 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/verifying-page-load#comment-1067968</link>
    <description> &lt;p&gt;Hi taz,&lt;/p&gt;
&lt;p&gt;  Somewhere in the back of my tiny mind, I recall mention of a solution on one of the other boards. Unfortunately, it isn&#039;t coming to the forefront -- which is why I suggested the above workaround.  If I ever run across it again, I&#039;ll let you know.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Jul 2000 14:19:30 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1067968 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/verifying-page-load#comment-1067915</link>
    <description> &lt;p&gt;The problem I have encountered with that method is the same as the original problem.  &lt;/p&gt;
&lt;p&gt;Each frame loads at its own pace, to send the data from one frame to the other, you must first know that the destination frame is loaded.  &lt;/p&gt;
&lt;p&gt;This is mostly a problem at initial load time of the site.  The frames load up and then need to address each other.  Sometimes one frame loads before the other, sometimes it does not.  &lt;/p&gt;
&lt;p&gt;Is there a way to track the status of the frame loads by somehow getting a form to sit in the parent frames document??&lt;/p&gt;
&lt;p&gt;Is there a property of the top.document that can determine the status of the frames load??&lt;/p&gt;
&lt;p&gt;Tazman&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Jul 2000 22:35:12 +0000</pubDate>
 <dc:creator>tazman</dc:creator>
 <guid isPermaLink="false">comment 1067915 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/verifying-page-load#comment-1067910</link>
    <description> &lt;p&gt;Hi taz,&lt;/p&gt;
&lt;p&gt;  Did you try sending vars with the onLoad command?&lt;/p&gt;
&lt;p&gt;then in your form submissions&lt;br /&gt;
if (loadVar)&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Jul 2000 21:17:32 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1067910 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
