<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'closing and refreshing' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'closing and refreshing' posted on the 'JavaScript' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 00:29:32 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 00:29:32 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>closing and refreshing</title>
      <link>http://www.programmersheaven.com/mb/java-script/201569/201569/closing-and-refreshing/</link>
      <description>Hello&lt;br /&gt;
&lt;br /&gt;
I'd like to know, how to do this.. when I close a popup (window.close), refresh the window.opener ?&lt;br /&gt;
&lt;br /&gt;
Like, when I click on a link, it popups a window, and once the user has completed to fill the form, he clicks on the button "close" that has window.close javascript implemented. But I'd like to close, and automatically refresh the window that opened this popup&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/201569/201569/closing-and-refreshing/</guid>
      <pubDate>Wed, 16 Jul 2003 13:14:23 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: closing and refreshing</title>
      <link>http://www.programmersheaven.com/mb/java-script/201569/201573/re-closing-and-refreshing/#201573</link>
      <description>What do you mean "refresh"? If you mean simply bring focus to the&lt;br /&gt;
previous window, then you can do this:&lt;br /&gt;
&lt;br /&gt;
window.opener.focus();&lt;br /&gt;
window.close();&lt;br /&gt;
&lt;br /&gt;
However, this will not add new data to the previous (or parent)&lt;br /&gt;
window. If your pop-up changes anything, you will end up with&lt;br /&gt;
commands like:&lt;br /&gt;
&lt;br /&gt;
window.opener.document.something&lt;br /&gt;
&lt;br /&gt;
I hope this helps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Hello&lt;br /&gt;
: &lt;br /&gt;
: I'd like to know, how to do this.. when I close a popup (window.close), refresh the window.opener ?&lt;br /&gt;
: &lt;br /&gt;
: Like, when I click on a link, it popups a window, and once the user has completed to fill the form, he clicks on the button "close" that has window.close javascript implemented. But I'd like to close, and automatically refresh the window that opened this popup&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/201569/201573/re-closing-and-refreshing/#201573</guid>
      <pubDate>Wed, 16 Jul 2003 14:03:16 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: closing and refreshing</title>
      <link>http://www.programmersheaven.com/mb/java-script/201569/201754/re-closing-and-refreshing/#201754</link>
      <description>&lt;br /&gt;
I mean with Refresh, really refresh the page... history.go(0) ..&lt;br /&gt;
&lt;br /&gt;
but I got what you said, and implemented this on my page ! thanks!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: What do you mean "refresh"? If you mean simply bring focus to the&lt;br /&gt;
: previous window, then you can do this:&lt;br /&gt;
: &lt;br /&gt;
: window.opener.focus();&lt;br /&gt;
: window.close();&lt;br /&gt;
: &lt;br /&gt;
: However, this will not add new data to the previous (or parent)&lt;br /&gt;
: window. If your pop-up changes anything, you will end up with&lt;br /&gt;
: commands like:&lt;br /&gt;
: &lt;br /&gt;
: window.opener.document.something&lt;br /&gt;
: &lt;br /&gt;
: I hope this helps.&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: : Hello&lt;br /&gt;
: : &lt;br /&gt;
: : I'd like to know, how to do this.. when I close a popup (window.close), refresh the window.opener ?&lt;br /&gt;
: : &lt;br /&gt;
: : Like, when I click on a link, it popups a window, and once the user has completed to fill the form, he clicks on the button "close" that has window.close javascript implemented. But I'd like to close, and automatically refresh the window that opened this popup&lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/201569/201754/re-closing-and-refreshing/#201754</guid>
      <pubDate>Thu, 17 Jul 2003 09:35:27 -0700</pubDate>
      <category>JavaScript</category>
    </item>
  </channel>
</rss>