cancel
Showing results for 
Search instead for 
Did you mean: 

Closing a Personas Window

Former Member
0 Kudos

Hello,

in SSP 2.0 Silverlight it is possible to have more than one personas tab. E.g. By clicking on a transaction button which opens a new transaction in a new tab.

The thought was to do some kind of subtask in the second window and have it closed automatically as the task is done.

Unfortenately the action close window is of no use to me, as it does nothing. The documentation hints that it is used to close a ses[0]wnd[1], like a popup.

So, is there a way to close the second tab without user interaction?

Regards

Robert Neue

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For everyone wanting to do the same, here is the solution:

Just use Javascript (window.close) to close the tab.

Be sure to insert the url parameter skipcloseconfirmation=true to avoid popups when exiting personas.

Regards.

Answers (0)