~Howard PreveluternivuSep 9, 2011, 10:45 AM4 PostsRe: How to close an Xpage in the clientWithout testing I would guess that you could use Client Side Javascript. Something like: window.close().
~Rex UmremanSep 9, 2011, 10:54 AM272 PostsRe: How to close an Xpage in the clientHi, window.close() doesn't work, not in NotesClient and not in Firefox (security issue). Sven
~Tate FezfoobergikleSep 9, 2011, 11:26 AM3 PostsRe: How to close an Xpage in the client window.close() should work but you cannot close the windows that your app doesn't open (ie the home page opened from the desktop).
~Mark BubnizenSep 9, 2011, 12:09 PM170 PostsRe: How to close an Xpage in the client I have tried window.close() and that doesn't work. According to the findings I have done is that window.close() only work if the window is opened using a window.open. But in this case the parent is an ordinary Notes view. /Fredrik www.xpagedeveloper.com
~Tate FezfoobergikleSep 9, 2011, 2:40 PM3 PostsRe: How to close an Xpage in the client Yes. In fact, window.close() do the stuff only when you can get a valid window.opener()