cancel
Showing results for 
Search instead for 
Did you mean: 

Removing title bar from popup window

Former Member
0 Kudos

Hi ,

I have created an popup window and I have to remove the title bar of that window completely(either to make the title bar invisible or to remove the title bar completely).

I have tried the following method but of no use,

1)window.removewwindowfeature.

Please provide solutions.

Thanks,

Mahesh

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member205624
Contributor
0 Kudos

Hi Mahesh,

Just try this out, it will resolve your issue.

[WebDynpro Popup Window|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a04870c5-749b-2b10-06ba-d25515ef39e3]

Regards,

Former Member
0 Kudos

Hi Mahesh,

Try this in Java script

var mywin = window.open("popup-url","popup window name","titlebar=no,menubar=no,statusbar=no,toolbar=no");

Regards

Supraja

Former Member
0 Kudos

Hi Gupta,

Try to set the visibility property of the title bar to none in the properties of the title bar of the pop up window.

Regards,

Tilak.