<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012121" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012121</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascriptclosewindow#comment-1070114</link>
    <description> &lt;p&gt;Hi artsapimp,&lt;/p&gt;
&lt;p&gt;   Guess I&#039;m tuckered out from 3 hours sleep and two 5 hour drives in a 20-hour period.  Are you trying to close a frame with window.close()? -- you can&#039;t; at least as far as I know.&lt;br /&gt;
   If you have 2 frames top &amp;amp; bottom, and pop a window from frame bottom, you can close the popUp from bottom or the popUp with the code supplied.  If you want to close popUp from top, I&#039;m not sure -- but, try:&lt;/p&gt;
&lt;p&gt;  parent.bottom.windowname.close();&lt;/p&gt;
&lt;p&gt;  If nothing I said makes sense (and I&#039;m not sure if it does), post the url.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Aug 2000 03:23:48 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1070114 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascriptclosewindow#comment-1070007</link>
    <description> &lt;p&gt;I&#039;m still having some problems.  I&#039;m sure it&#039;s because of frames because it&#039;s working without them.  When I open the page popup_close.htm which is the bottom frame of the page and I click the close button it works.  If I open page.htm which has popup_close.htm as the bottom frame and top.htm as the top of the frame.  When I click the button it does nothing.  Does anyone know why that would be?&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 21:16:00 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1070007 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascriptclosewindow#comment-1069931</link>
    <description> &lt;p&gt;You can look at my site at &lt;a href=&quot;http://www.shoutingrock.org/troop214&quot; class=&quot;bb-url&quot;&gt;http://www.shoutingrock.org/troop214&lt;/a&gt; and look at the photos. If you click on the composite photo you will open a new window. There is a close button on it that you can view source for.&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 02:30:01 +0000</pubDate>
 <dc:creator>Jim Shilt</dc:creator>
 <guid isPermaLink="false">comment 1069931 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascriptclosewindow#comment-1069921</link>
    <description> &lt;p&gt;If you want to call it by a link, the HTML would be:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;Link text&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Aug 2000 21:56:26 +0000</pubDate>
 <dc:creator>Mike Fisher</dc:creator>
 <guid isPermaLink="false">comment 1069921 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascriptclosewindow#comment-1069920</link>
    <description> &lt;p&gt;something like that, yah.&lt;br /&gt;
popup.close() doesn&#039;t need the &amp;lt;&amp;gt;&#039;s&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Aug 2000 21:20:55 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1069920 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascriptclosewindow#comment-1069911</link>
    <description> &lt;p&gt;so a popup window named &quot;popup&quot; that you want to automatically close once called upon would be written as what?&lt;/p&gt;
&lt;p&gt;&amp;lt; script language = j@vascript &amp;gt;&lt;br /&gt;
&amp;lt; popup.cl0se() &amp;gt;&lt;/p&gt;
&lt;p&gt;Like that?&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Aug 2000 17:00:29 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1069911 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascriptclosewindow#comment-1069909</link>
    <description> &lt;p&gt;Hi artsapimp,&lt;/p&gt;
&lt;p&gt;   window.close();&lt;br /&gt;
   self.close();&lt;br /&gt;
   windowName.close();  where windowName is the name of the popUP&lt;/p&gt;
&lt;p&gt;Take your pick, dependent upon your needs.&lt;br /&gt;
Vinny&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Aug 2000 15:16:14 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1069909 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascriptclosewindow#comment-1069905</link>
    <description> &lt;p&gt;How about a popup window?&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Aug 2000 14:22:17 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1069905 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascriptclosewindow#comment-1069902</link>
    <description> &lt;p&gt;such a script does not exist. You cannot close the main browser-window without the prompt.&lt;/p&gt;
&lt;p&gt;____&lt;br /&gt;
Oops, looks like I have to adjust my reading-capabilities &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;[Edited by Jack Michaelson on 08-24-2000 at 03:00 AM]&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Aug 2000 13:30:31 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1069902 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
