cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide menu bar / tool bar from URL iView displayed on IE

Former Member
0 Kudos

Hi Experts,

In my portal, I have created one URL iView. When the users click on a link, the ouput is shown on IE. The customer is very demanding. They don't want to see the IE standard menu bar and tool bar. Can you please let me know how to hide menu bar / tool bar. Nothing other than the report should be shown to the users.

Regards,

Stuart

Accepted Solutions (0)

Answers (1)

Answers (1)

benjamin_houttuin
Active Contributor
0 Kudos

Hi Stuart,

Do you mean that when the user clicks on a link the url iview is shown in a popup OR is there a link inside the url iview that triggers a popup?

You could look at the iView property called "Windows Features" (tech id: com.sapportals.portal.navigation.WinFeatures)

I tried to find a explanation on this property on help.sap.com but I couldn't find it so I will paste the property discription here:

Specifies the appearance of the new window launched by an iView whose 'Launch in New Window' property is set to '1'. Enter a comma-separated list of JavaScript parameters; for example: 'fullscreen=yes, toolbar=yes'. If empty, the new window opens according to default JavaScript parameters.

Good Luck,

Benjamin Houttuin

Former Member
0 Kudos

Hi All,

I found the soluion myself.

The solution is

Set the property Window iView to toolbar=no,resizable=no. This will not show the toolbars,menubars or status bar in the new window.

Thanks

Stuart