<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020497" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020497</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pop-window-problem#comment-1125537</link>
    <description> &lt;p&gt;Did you read the tutorials? That is where the answers all are, including explanations!&lt;/p&gt;
&lt;p&gt;The JavaScript functions go in the &amp;lt;script type=&quot;javascript&quot;&amp;gt;&amp;lt;/script&amp;gt; tags, in the  tag. &lt;/p&gt;
&lt;p&gt;Once you have named a popup window, you can control it. If you popup a window from that original popup window, it will be able to close the original popup window.&lt;/p&gt;
&lt;p&gt;Put the popup script in the original popup window, naming it, say:&lt;/p&gt;
&lt;p&gt;window.name = &quot;OriginalPopUp&quot;;&lt;/p&gt;
&lt;p&gt;And then when you open a new window....&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;newwindow.html&quot;&gt;click!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can have the NewerWindow close the Original Window, by using something like:&lt;/p&gt;
&lt;p&gt;Now keep in mind I&#039;m typing this out of my head without checking anything, so READ THOSE TUTORIALS!&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Feb 2003 15:45:48 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1125537 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Where does ther window name go..</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pop-window-problem#comment-1125532</link>
    <description> &lt;p&gt;I am not quite sure where to put:&lt;/p&gt;
&lt;p&gt;window.name = &quot;currentWindow&quot;;&lt;/p&gt;
&lt;p&gt;and this:&lt;/p&gt;
&lt;p&gt;var newWin;&lt;/p&gt;
&lt;p&gt;function popUp(page, name, details) {&lt;br /&gt;
newWin=window.open(page, name, details);&lt;br /&gt;
newWin.focus();&lt;br /&gt;
return false;&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Feb 2003 15:10:46 +0000</pubDate>
 <dc:creator>NYColt</dc:creator>
 <guid isPermaLink="false">comment 1125532 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Can&#039;t quite see how that closes the window</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pop-window-problem#comment-1125529</link>
    <description> &lt;p&gt;Hi Suzanne&lt;/p&gt;
&lt;p&gt;Thank you fro the help.&lt;/p&gt;
&lt;p&gt;I followed the link you posted and downloaded the script but I figure out how it will close one window and open another. If you don&#039;t mind could you give me a little insight as to how it works.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
NYColt&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Feb 2003 15:06:38 +0000</pubDate>
 <dc:creator>NYColt</dc:creator>
 <guid isPermaLink="false">comment 1125529 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pop-window-problem#comment-1125501</link>
    <description> &lt;p&gt;As the tutorials illustrate in the link above, if you open a popup, you can control it. So if you open a page FROM that popup, you can then close the original popup without any concern or alert.&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Feb 2003 22:02:44 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1125501 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pop-window-problem#comment-1125499</link>
    <description> &lt;p&gt;window.close(); before the &quot;return false;&quot; part.  The only problem is that in IE and other browsers it will give the user a prompt saying: &quot;The window is trying to close itself. Do you want to continue? Yes or No&quot;&lt;/p&gt;
&lt;p&gt;This is a security feature and there is not a way to get around it (i know there are hack for earlier versions of some browsers but in general it wont work well).&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Feb 2003 20:57:55 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1125499 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pop-window-problem#comment-1125498</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.zerocattle.com/examples.popUp.html&quot; class=&quot;bb-url&quot;&gt;zerocattle.com/examples.popUp.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;read the linked tutorials!&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Feb 2003 20:57:09 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1125498 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Can you tell me how to close a Pop Up on Click?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pop-window-problem#comment-1125496</link>
    <description> &lt;p&gt;Could someone tell me how to close the current window  within the script below. This script opens a new pop up but leaves the original pop up open. I want to close the original pop up.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;../Images/armyslsm.gif&quot; border=&quot;0&quot; width=&quot;125&quot; height=&quot;125&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for any help&lt;/p&gt;
&lt;p&gt;NYColt&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Feb 2003 20:02:32 +0000</pubDate>
 <dc:creator>NYColt</dc:creator>
 <guid isPermaLink="false">comment 1125496 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pop-window-problem#comment-1125492</link>
    <description> &lt;p&gt;yeah the same thing happens to me... only i don&#039;t have any kind of popup blocker...&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Feb 2003 18:46:50 +0000</pubDate>
 <dc:creator>404</dc:creator>
 <guid isPermaLink="false">comment 1125492 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/pop-window-problem#comment-1125491</link>
    <description> &lt;p&gt;Dunno. i think mr norton internet security might have blocked your popup. It shows for a second and then closes. IE6.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Feb 2003 18:37:38 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1125491 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
