~Alexis OpresamanSep 14, 2011, 4:10 PM129 PostsRe: Button to open xPage as an agent keeps focusI ran into the same problem a while back. The way I worked around it was to open the "file generator" page in a popup. Link with target="_blank". In most (all?) browsers, the popup closes after the user has selected what to do with the download.
~Hank QuetrepulnivuSep 14, 2011, 4:31 PM53 PostsRe: Button to open xPage as an agent keeps focusThanks, that's great. There's no way to add target=_blank to a button I assume? Otherwise I can either make my link look like a button or change things to links, not a big deal to be honest
~Alexis OpresamanSep 14, 2011, 6:57 PM129 PostsRe: Button to open xPage as an agent keeps focusNo, but you can have client side script.. window.open( 'urlString' )
~Andy RejumiskiobuSep 19, 2011, 11:37 AM3 PostsRe: Button to open xPage as an agent keeps focusOr just reopen the xpage again from you ssjs after export took place