PDA

View Full Version : refresh window from another window


Trainwreck
01-24-2005, 01:42 PM
Hello, is it possible to refresh a window from another window? I have a site were i can press a link and then a small window pops up so i can edit something on the main site. But after i edited it, it needs to be refreshed in order to see the changes, but how can i do this?

Jon Hanlon
01-24-2005, 06:37 PM
In the pop-up:
self.opener.location.reload(true);

http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/reload.asp