Jul 7, 2006 #1 onressy Programmer Joined Mar 7, 2006 Messages 421 Location CA from a pop window, i would like to refresh the parent window upon window.close of the pop-up this is what i trying to do: function refreshParent() { refresh the parent window window.close(); }
from a pop window, i would like to refresh the parent window upon window.close of the pop-up this is what i trying to do: function refreshParent() { refresh the parent window window.close(); }
Jul 7, 2006 Thread starter #2 onressy Programmer Joined Mar 7, 2006 Messages 421 Location CA this is what i have which seems to work <script> top.opener.location.reload(true); window.close(); </script> but the problem is the parent url contains value pairs, how can i remove these value pairs so the parent reloads with the value pairs? thanks Upvote 0 Downvote
this is what i have which seems to work <script> top.opener.location.reload(true); window.close(); </script> but the problem is the parent url contains value pairs, how can i remove these value pairs so the parent reloads with the value pairs? thanks
Jul 8, 2006 #3 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Erm... which is it? Do you want to keep the parameters, or do you not? Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Erm... which is it? Do you want to keep the parameters, or do you not? Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]