<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012907" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012907</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-javascripting-and-html-style#comment-1074917</link>
    <description> &lt;p&gt;well, at the moment all I can think off is the path/filenames of the scr&#039;s for the frames.&lt;br /&gt;
just make sure that the fils are in the same directory as &#039;index.html&#039; and that the caps are right.&lt;/p&gt;
&lt;p&gt;just curious, what page is that  in?  is it in &#039;index.html&#039;?  I don&#039;t that that would bork this up, but if it&#039;s in there, try without it, ya never know...&lt;/p&gt;
&lt;p&gt;scrollbar stuff... are you all using the same browser?  different browsers and different versions support different CSS&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Dec 2000 03:52:37 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1074917 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-javascripting-and-html-style#comment-1074871</link>
    <description> &lt;p&gt;I am not sure what you are trying to accomplish but if it&#039;s only to open a &lt;strong&gt;NEW WINDOW&lt;/strong&gt; then add this script to your start.html page:&lt;/p&gt;
&lt;p&gt;new window&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;1)You can open a new window with the script using &lt;strong&gt;open()&lt;/strong&gt;&lt;br /&gt;
This allows you to control the window&#039;s content and features&lt;br /&gt;
(size,scrollbar, etc.) The only thing you can&#039;t control is the new window&#039;s location on the screen.&lt;/p&gt;
&lt;p&gt;2)&lt;strong&gt;var myWin= &lt;/strong&gt;&lt;br /&gt;
Declare a variable. You can use it to store a reference to the new window.&lt;/p&gt;
&lt;p&gt;3)&lt;strong&gt;open()&lt;/strong&gt; to tell Javascript that that you want to open a new window &lt;/p&gt;
&lt;p&gt;4)&lt;strong&gt;&quot;index.html&quot; &lt;/strong&gt;&lt;br /&gt;
Within quotation marks, the location of the HTML file for the new window.&lt;/p&gt;
&lt;p&gt;5)&lt;strong&gt;,&quot;picture&quot; &lt;/strong&gt;&lt;br /&gt;
after the comma, specify a name if you target the new window with links on other pages.&lt;/p&gt;
&lt;p&gt;6)&lt;strong&gt;,&quot;status=no,&lt;/strong&gt;&lt;br /&gt;
After the comma, specify the features for you new window in quotation marks. Type = no after the name of a window features you don&#039;t want. Type =yes after one you do. If you don&#039;t specify any features it will all default to yes.&lt;/p&gt;
&lt;p&gt;BTW, I noticed that you use &quot;BLANK.html&quot; in your index.html page (Capital), try to change it to &quot;blank.html&quot; and also change the actual page &quot;BLANK.html&quot; before uploading (FTP).   &lt;/p&gt;
&lt;p&gt;Hope this helps&lt;/p&gt;
&lt;p&gt;[Edited by NSS on Dec. 01, 2000 at 07:16 AM]&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Dec 2000 12:02:48 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1074871 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>the code</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-javascripting-and-html-style#comment-1074867</link>
    <description> &lt;p&gt;My homepage is &#039;index.html&#039; and I would load it with &#039;start.html&#039;.&lt;br /&gt;
When I load &#039;start&#039;, &#039;index&#039; is loaded but the frames are empty (&quot;404 - No page found error&quot;), in my mind I should force the frame loading but doesn&#039;t work ....&lt;/p&gt;
&lt;p&gt;--start.html ------------------------------------------&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;JavaScript&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;--index.html -----------------------------------------------&lt;/p&gt;
&lt;p&gt;GOLD&amp;reg; - Qualification&lt;/p&gt;
&lt;p&gt;-----------------------------------------------------------&lt;/p&gt;
&lt;p&gt;Now for the scrollbars I&#039;m using &lt;/p&gt;
&lt;p&gt;BODY {&lt;br /&gt;
	SCROLLBAR-FACE-COLOR: #ffffff; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #003399; SCROLLBAR-3DLIGHT-COLOR: #003399; SCROLLBAR-ARROW-COLOR: #003399; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;and javascript is enabled on the other machines !&lt;/p&gt;
&lt;p&gt;Sorry of length and my poor english, THANX&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Dec 2000 08:08:13 +0000</pubDate>
 <dc:creator>katzieu</dc:creator>
 <guid isPermaLink="false">comment 1074867 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-javascripting-and-html-style#comment-1074855</link>
    <description> &lt;p&gt;Hey katzieu,&lt;/p&gt;
&lt;p&gt;Welcome to TWF!&lt;/p&gt;
&lt;p&gt;about the window.open(), can we see your code? I&#039;m not quite understanding what&#039;s going on.  (frame loads without content?)&lt;/p&gt;
&lt;p&gt;scrollbar viewing, hmmm... is javascript enabled on the other machines?&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Dec 2000 04:58:45 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1074855 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
