Wrox Programmer Forums
|
Javascript How-To Ask your "How do I do this with Javascript?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 17th, 2006, 09:31 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default Refreshing Parent Window

I have used following code to refresh parent window from a popup created by the same.
--------------------------
var strval = "PrjList.asp?searchby=" + document.getElementById("Searchby").value + "&dtFrom=" + document.getElementById("dtFrom").value + "&dtTo=" + document.getElementById("dtTo").value + "&op=" + document.getElementById("op").value;

parent.window.opener.href = strval;

parent.window.opener.location.reload();

window.self.close();
-------------------------------
I originally wanted to :
1. Provide interface to change in popup.
2. As soon as changes are done user clicks button to close popup.
3. Before closing sscript should reload parent with new parameters in popup.
4. popup closed and reloads parent window.

close popup window

Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Closing parent window from child window arnabghosh Javascript How-To 1 December 26th, 2007 01:18 AM
Centering Popup window & Blur Parent window jkusmanto Javascript How-To 0 May 25th, 2007 03:19 AM
Refreshing Property Window? Kaprice Visual Studio 2005 11 November 11th, 2006 08:49 PM
closed parent window when opened child window jaiwin Javascript How-To 0 October 8th, 2006 12:54 PM
Close Parent window on opening child window pkdev Javascript How-To 8 April 11th, 2004 12:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.