<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012517" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012517</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reload-self-frames#comment-1072383</link>
    <description> &lt;p&gt;Hi rage,&lt;/p&gt;
&lt;p&gt;  no prob. glad to at least try to help &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;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Fri, 06 Oct 2000 21:11:11 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1072383 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reload-self-frames#comment-1072382</link>
    <description> &lt;p&gt;With a little customizing to it, it worked &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;
&lt;p&gt;on board.html i put this in the HEAD tags like you said:&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
var thePage = self.location.href;&lt;br /&gt;
if (self == top){&lt;br /&gt;
	location.href= &quot;index.html?&quot; + thePage;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt; &lt;/p&gt;
&lt;p&gt;on index.html i put this in the HEAD tags:&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
var thePage = location.search.substring(1);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
if (thePage &amp;gt;= -1){&lt;br /&gt;
	document.write(&quot;&quot;);&lt;br /&gt;
}&lt;br /&gt;
else{&lt;br /&gt;
	document.write(&quot;&quot;);&lt;br /&gt;
}&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;Your browser does not support frames&quot;);&lt;br /&gt;
frames[1].src=thePage&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;it does an if statement. if &#039;thePage&#039; is undefined, then it does one piece of code. otherwise it does another. seems to work in both browsers too. thanks for the help yet again Vincent &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, 06 Oct 2000 20:14:26 +0000</pubDate>
 <dc:creator>Rageforth</dc:creator>
 <guid isPermaLink="false">comment 1072382 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reload-self-frames#comment-1072374</link>
    <description> &lt;p&gt;Yep I was missing something &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;
&lt;p&gt; Ok.  Instead of placing the document.write within &#039;thePage&#039;, try this:&lt;/p&gt;
&lt;p&gt;within the page:&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&#039;javascript&#039;&amp;gt;&lt;br /&gt;
var thePage = self.location.href;&lt;br /&gt;
if (self == top)&lt;br /&gt;
{&lt;br /&gt;
  location.href= &quot;SomePage.html?&quot; + thePage;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;Within &quot;somepage.html&quot;:&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
var thePage = location.search.substring(1);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;&quot;);&lt;br /&gt;
document.write(&quot;Your browser does not support frames&quot;);&lt;br /&gt;
frames[1].src=thePage&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;It may not be the cleanest solution, but it works for me &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;br /&gt;
Someone else (preferably someone who plays with frames a lot-- I don&#039;t) may come by with a better solution.&lt;/p&gt;
 </description>
     <pubDate>Fri, 06 Oct 2000 18:05:37 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1072374 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reload-self-frames#comment-1072338</link>
    <description> &lt;p&gt;Yes long time no see &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; I have been doing a lot of Flash and Cold Fusion lately and I just finally got a chance to do more JavaScript stuff. All the JavaScript that I know really helps with my Flash and Cold Fusion work. It&#039;s great! &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;br /&gt;
The problem with me was when the page reloads, the middle frame where the content is suppose to go, it was a blank white page. View the source and all that is in there is the begin and end HTML tags.&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Oct 2000 22:45:38 +0000</pubDate>
 <dc:creator>Rageforth</dc:creator>
 <guid isPermaLink="false">comment 1072338 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/reload-self-frames#comment-1072337</link>
    <description> &lt;p&gt;Hi rageforth,&lt;/p&gt;
&lt;p&gt;   Long time no see &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;
&lt;p&gt;  I ran your code and it threw the frames where they belonged.  So...what&#039;s the problem?  Or am I missing something?&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Oct 2000 22:11:53 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1072337 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
