Skip to Content
0
Former Member
Jul 07, 2009 at 05:21 AM

Close an External Windoe

34 Views

Hi Colleagues,

Here in our requirement we have two Webdynpro applications

From the rist webdynpro application, i am calling second webdynpro application using

IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(urlToTargetApp);

window.show();

And the second application contains a Close button

Could any one pplease let me know how can i close this second window (in my second webdynpro application)

Manythanks & Regards

Swetha