Refreshing parent frame/document

From a view I open document in a new window. When I submit the document I want to save og close the window. I solve this by returning to a page that have window.close() in the onLoad event.

When this window is closed (or before) I want to refresh the window there the document was opening from. How can I do this?

Subject: refreshing parent frame/document

On the web, use the window.opener property to refresh the window from which the document was openened (in javascript)In Notes, call uiworkspace.refresh.

cheers,

Tom

Subject: RE: refreshing parent frame/document

to be more specific:Use “self.opener._doClick(‘$Refresh’,this,null);”