cancel
Showing results for 
Search instead for 
Did you mean: 

Hide browser menu/buttons

kmoore007
Active Contributor
0 Kudos

I have an ABAP report which I execute using an internet service. The report displays in Internet Explorer. Is there a way to hide the Internet Explorer menu/buttons? Really, the only button I need on the browser is the Close button.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member316351
Active Contributor
0 Kudos

Hello Kenneth,

In the browser you can turn off the toolbars that you do not want. If you would like ONLY the ITS window to have no toolbars though you will need to create a link to the ITS service that opens in a new window where there is javascript with the following parameters "toolbar=no,location=no,directories=no,status=no,menubar=no". Just do a google search for the full sample code.

Edgar