cancel
Showing results for 
Search instead for 
Did you mean: 

Opening pop up window with URL that doesnt show Address Bar

Amey-Mogare
Contributor
0 Kudos

Hi,

I have a requirement where I want to open up a browser window from my Web Dynpro application which points to a URL (Link to a portal KM folder).

But the requirement here is that it should not contain any URL address bar !!

How do it?

Any help/ idea would be greatly appreciated!

Thanks and regards,

Amey Mogare

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

IWDWindow win = ...;
win.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);

Armin

Amey-Mogare
Contributor
0 Kudos

Hi Armin,

Thanks a lot for reply.

Thanks and regards,

Amey Mogare

Answers (0)