<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013085" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013085</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/close-popup-box-page-change#comment-1076579</link>
    <description> &lt;p&gt;Okay, nine years later, I&#039;m returning to this topic.  &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 went out of town for a while and was swamped with other stuff when I got back.  &lt;/p&gt;
&lt;p&gt;So, in Netscape 6, the drop-down menus don&#039;t work at all?  That being the case, I&#039;ll see if I can find a newer version of the topnavbar script.&lt;/p&gt;
&lt;p&gt;The &quot;Auto Finance&quot; division section is the ONLY one that has a pop-up box.  The reason it&#039;s different is because it will be password-protected (eventually) and that pop-up will be where they enter the password to get into the articles.  All other articles are there when you mouse over a section and click on the article title.  There is also a Full Table of Contents link under Homepage.  That was the best I could manage for organizing this!  It&#039;s the only way I could think of where every article (except Auto Finance) is available from every page without having to go back to a TOC page.&lt;/p&gt;
&lt;p&gt;Does anyone know how to reword this statement:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;autofin2.html&quot; target=&quot;main&quot;&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;so that it would work in Netscape also?  Maybe that&#039;s just a bug in NS (?).&lt;/p&gt;
&lt;p&gt;Phyllis&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Jan 2001 17:11:17 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1076579 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I&#039;m the idea girl...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/close-popup-box-page-change#comment-1075965</link>
    <description> &lt;p&gt;And as such rarely get into the guts of other people&#039;s scripts.  I&#039;m just letting you know so it doesn&#039;t seem odd that I&#039;m not jumping up to fix the script.&lt;/p&gt;
&lt;p&gt;First off though, I don&#039;t get any links in Netscape 6.  Nothing.  I have no idea what you are talking about.  I see them in IE 5, though.  Not good that they aren&#039;t there in Netscape 6.&lt;/p&gt;
&lt;p&gt;With all respect, this seems to be a very complex way of doing things.  Could you not have an index of story titles on the page, or a more simple pop-up remote with the list of titles?  Since you are dealing with pages within your own site (or under your control, I would recommend you investigate the tutorials at &lt;a href=&quot;http://www.irt.org&quot; class=&quot;bb-url&quot;&gt;http://www.irt.org&lt;/a&gt; ( &lt;a href=&quot;http://www.zerocattle.com/examples/popUp.html&quot; class=&quot;bb-url&quot;&gt;http://www.zerocattle.com/examples/popUp.html&lt;/a&gt; has links to the tutorials and I have compiled the tutorials into a script) for how the &quot;remote&quot; window works.&lt;/p&gt;
&lt;p&gt;They also have great tutorials on how to use JavaScript through frames to do the same things.&lt;/p&gt;
&lt;p&gt;The navigation, while interesting, is very complex and not intuitive.  Once I get to an article, I really don&#039;t know how to get back to get another one -- do I have to do the whole process again?  Mouse over the link, move down and choose the section, wait for the pop-up and then choose a different story (hopefully not the same one by accident)?&lt;/p&gt;
&lt;p&gt;It seems unfriendly.&lt;/p&gt;
&lt;p&gt;Anyway, I hope the pointers help, perhaps Vinny will be able to help?&lt;/p&gt;
&lt;p&gt;&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Dec 2000 21:40:27 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1075965 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/close-popup-box-page-change#comment-1075935</link>
    <description> &lt;p&gt;Hey Suzanne:&lt;/p&gt;
&lt;p&gt;onBlur doesn&#039;t work in the body, and it&#039;s not exactly what I&#039;m trying to say.  Here is what SHOULD (in my opinion) work:&lt;/p&gt;
&lt;p&gt;The link inside the popup would be like this:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;autofin2.html&quot; target=&quot;main&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That actually does work in Explorer but not in Netscape.  In Netscape it closes the popup without changing the main frame.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;For checking inside the story to see if the window is open:  I&#039;m not sure how that would work since the window isn&#039;t actually opened from the frame itself.  It&#039;s opened from a function in an external JavaScript file.  That entire menu is an external JS object.  The  of the document runs a script called &quot;linksmenu.js&quot; -- here&#039;s a &lt;a href=&quot;http://www.afsaonline.org/Credit2000/linksmenu.txt&quot; class=&quot;bb-url&quot;&gt;plain text copy of that script&lt;/a&gt;.  You&#039;ll see the function &quot;showAutoMenu&quot; at the top of the script.  That&#039;s what creates the popup.  &lt;/p&gt;
&lt;p&gt;Phyllis&lt;/p&gt;
&lt;p&gt;[Edited by phyllis on Dec. 21, 2000 at 04:12 PM]&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Dec 2000 21:06:10 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1075935 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>you tried this?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/close-popup-box-page-change#comment-1075917</link>
    <description> &lt;p&gt;in the popup window itself?  &lt;/p&gt;
&lt;p&gt;What I would recommend is that you put something in the story page that checks to see if the window you opened (the little choice window) is open, and if it&#039;s open, close it.&lt;/p&gt;
&lt;p&gt;That will prevent any malfunctioning of the little window, and it shouldn&#039;t interfere with the story.  Since you opened the window, you can close the window.&lt;/p&gt;
&lt;p&gt;&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Dec 2000 17:34:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1075917 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
