View Single Post
Old 01-09-2013, 09:35 PM   PM User | #5
sbhmf
New Coder

 
Join Date: Jan 2013
Location: Sunnyvale, CA
Posts: 44
Thanks: 3
Thanked 1 Time in 1 Post
sbhmf is an unknown quantity at this point
Good point about the URL-matching, it is not necessary if parent is reloading the same url.

So if you want to let the child window manage itself independently, then the child can simply execute:

opener.location.href = opener.location.href; self.close();

less complicated than the self.finish function and modifying onsubmit.
sbhmf is offline   Reply With Quote