cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding Tool bar Menu bar and Address bar in Popup's

Former Member
0 Kudos

Hi,

I am opening a popup window from the Webdynrpo View using the below navigation code. Every thing works fine except that at the top the Tool bar, Address bar and other Menu's of Internet Explorer are still displayed.

The code i am using is :

WDPortalNavigation.navigateAbsolute(path, WDPortalNavigationMode.SHOW_EXTERNAL, "","",WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS, "Toolbar=false, Toolbar=no", "", "", "", true, true);

If any one has the exact credentials to hide the tools it will be a great help.

Thanks,

-Shekhar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try "toolbar=0,menubar=0,location=0"

-Erwin

Answers (0)