Tutorial: window.getParentWindow

window.getParentWindow

Gets the parent window.

Example

var finWindow = fin.desktop.Window.getCurrent(),
    parentWindow = finWindow.getParentWindow();