Skip to Content
0
Dec 03, 2008 at 06:55 PM

Close Web Dynpro Application running on irj

22 Views

I have created a web dynpro application with an Action for close the browser it works fine when I run from NWDS but when I log on into the Portal and tried to close the window it doesn't work i have found some posts and tried with the following.

1) WDPortalNavigation.navigateAbsolute

2) Create and HTML Page with JavaScript Code to close the page

3)WDClientUser.forceLogoffClientUser("/irj/portal?logout_submit=1");

4) wdFirePlugLogOff

but it doesn't work in the Portal Side, all of them only work when I run the application from NWDS not in Portal