Hide address bar from iexplorer

hi,
I made this code:
String urlPath =   "http://maps.google.com/maps?q="+wdThis.wdGetContext().currentIndirizzoModificaElement().getGeocodifica();
     IWDMessageManager msgMgr = wdComponentAPI.getMessageManager();
     wdComponentAPI.getComponentInfo().findInWindows("EgonAppWinMappa");
     IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(urlPath);
     window.show();
     window.setWindowPosition(WDWindowPos.CENTER);
     window.setWindowSize(1000, 600);
     window.setTitle("Locazione Cliente");
     window.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);
     window.removeWindowFeature(WDWindowFeature.TOOL_BAR);
     window.removeWindowFeature(WDWindowFeature.MENU_BAR);
     window.removeWindowFeature(WDWindowFeature.STATUS_BAR);
     wdContext.currentPopupNodeElement().setViewMappa(window);
I need to hide the address bar, tool bar, menù bar etc from iexplorer 9. I use the function removeWindowFeature but it didn't work.
Do you know a way to get what I want?
thanks to all.

Check PAM for your version of netweaver version to see if IE 9 is supported.
Regards,
Mahesh

Similar Messages

  • Remove address bar from file explorer (using regsitry)

    This used to be possible in 2008, but I haven't been able to figure out how it's done in 2012 R2. The old method was to add a key under IE, and it would also remove the address bar from windows explorer - but this method
    no longer works. So is anybody aware of what key needs to be changed or modified in order to make this happen. Further, ideally this change would happen in HKCU.
    Thanks

    Hi,
    >>That would seem to remove run from start menu, not the address bar from file explorer.
    Yes, this setting will disable Run.exe. However, this setting will also prevent users from accessing local or network resources by typing the accessing paths in the address bar of File Explorer.
    I am not completely sure why you want to remove the address bar in File Explorer. However, if our target is to restrict users from accessing network resources by UNC path, in my opinion, enabling this setting a better way to go.
    In addition, regarding this topic, the following thread can also be referred to for more information.
    Hide Windows Explorer Address Bar
    http://social.technet.microsoft.com/Forums/en-US/987305c6-bd48-4107-bcf5-84d4fff4097d/hide-windows-explorer-address-bar?forum=winserverGP
    Best regards,
    Frank Shen

  • What is the safari keyboard shortcut for "show/hide address bar"?

    I have been unable to identify the second of the two keys for the "show/hide address bar" shortcut in Safari.
    It shows the command key and then a verticle line which I can not find on my keyboard. I tried i, l, and
    1, but its none of those.
    That would be a handy shortcut for me, but it seems to use a key I don't have!

    It's ShiftCommand\ in U.S. and Canadian English. If you look at the backslash key in those layouts, there's a vertical bar above it.
    (41613)

  • Open Browser with No Address Bar from Java

    How to open a IE Browser from Java with no address bar, tool bar etc ?
    I am able to open browser like the listed code, but the requirement for me is it has to open with no "Address Bar", buttons.
    I know we can do that in "Javascript" but how to or is there a way to do that in java/swing.
    Any help is greatly appreciated.
    String WIN_FLAG = "url.dll,FileProtocolHandler";
    String WIN_PATH = "rundll32";
    String url = "www.google.com"
    String cmd = WIN_PATH + " " + WIN_FLAG + " " + url;
    Runtime.getRuntime().exec( cmd );

    Use javascript for this. I would do it this way....
    You can decide with JS if you want tot hide so elements from your browser. Should not be very difficult to implement

  • When changing "browser.newtab.url" is there any way to prevent the address bar from getting focus?

    When I change "browser.newtab.url" to about:home and open a new tab, focus is set to the address bar not the search box on the firefox home page. The same thing happens if i change the url to google.com or another search engine. Is there any way to prevent this from happening.

    Custom new Tab has a small bug if the start page is exactly the same as the new tab page. Then the focus of the start page is on the address bar. Just leave the "www." out in the startpage and use "www." in the new tab page then it works perfectly. e.g.
    Startpage: google.com
    new Tab page : www.google.com
    Now the focus of the start page is on the search box.

  • Hide address bar w/WEB.SHOW_DOCUMENT

    I am currently using WEB.SHOW_DOCUMENT to run Reports with
    Developer Server. It is outputing as a PDF in IE5. It works
    great. But I have a security concern. The report has to know
    who the current user is to properly fill in some parameters. I
    use the GET_APPLICATION_PROPERTY in Forms to get the USERID and
    PASSWORD. These get passed to the browser as part of the
    visible URL when the report is output as a PDF in the browser.
    I would like to hide the browsers address bar for these reports.
    Is there a way to do this?
    Thanks for any suggestions in advance!
    null

    I can actually answer that! I had the same problem initially.
    I spent a whole day searching both Microsoft and Adobe
    documentation
    and websites. I finally found the answer buried in Acrobat
    Reader's
    documentation.
    In your Adobe folder(I don't remember exactly where) you will
    find
    a file called Nppdf32.dll.
    Simply copy it to C:\program files\internet explorer\plugins
    You should now be able to view pdf files in IE5.
    FYI - Acrobat Reader 4 appears to have some sort of bug in it.
    Once it is installed it will mess up IE5's ability to download by
    clicking on a download link.
    When you click on a link for a download it tries to start Acrobat
    Reader 4 and then the download just fails.
    You can work around this by right-clicking
    on the link and selecting save as. But if it is a button that
    you
    click on to initiate a download you can't do that.
    I have not been able to undo this so if you can I would recommend
    using Acrobat Reader 3
    nirali (guest) wrote:
    : Hi!
    : I dont have answer for your ???
    : But I have one ??? for you if dont mind.
    : I could not get PDF output in IE5. Please let me know
    : what preferences I have to change on IE5 to get PDF output.
    : Thank You
    : Nirali
    : Dennis Lunt (guest) wrote:
    : : I am currently using WEB.SHOW_DOCUMENT to run Reports with
    : : Developer Server. It is outputing as a PDF in IE5. It
    works
    : : great. But I have a security concern. The report has to
    know
    : : who the current user is to properly fill in some
    parameters. I
    : : use the GET_APPLICATION_PROPERTY in Forms to get the USERID
    and
    : : PASSWORD. These get passed to the browser as part of the
    : : visible URL when the report is output as a PDF in the
    browser.
    : : I would like to hide the browsers address bar for these
    : reports.
    : : Is there a way to do this?
    : : Thanks for any suggestions in advance!
    null

  • Removing Address Bar from target="_blank"

    From what I understand this is not possible to remove the
    address bar via
    Javascript when opening a new window simply using
    target="_blank" - correct?
    This was posed to me as a question from a fellow at work.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================

    Thought so - thanks Thierry!
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "Thierry | www.TJKDesign.com" <[email protected]>
    wrote in message
    news:ea33el$gd1$[email protected]..
    > Shane H wrote:
    >> From what I understand this is not possible to
    remove the address bar
    >> via Javascript when opening a new window simply
    using target="_blank"
    >> - correct?
    >
    > Correct
    >
    > --
    > Thierry
    > Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    > The perfect FAQ page:
    http://www.TJKDesign.com/go/?9
    > CSS-P Templates:
    http://www.TJKDesign.com/go/?1
    > CSS Tab Menu:
    http://www.TJKDesign.com/go/?3
    >
    >

  • Ipad hide address bar safari

    I have an iPad being used in a business.  It stays open to a website in Safari.  We have people who keep using it to check their Facebook page, etc.  Is there a way for me to hide the address bar in Safari?

    You can use Guided Access to disable that portion of the screen.
    Settings > General > Accessibility > Guided Access
    http://support.apple.com/kb/HT5509
    Also look you can consider restiction settings
    Settings > General > Restrictions

  • Removing Address Bar from external window popup

    Hi
    I have a modal popup which opens up another popup as an external window. Now this child popup window is consistent with the original browser window and shows toolbar and address bar.Is there an attribute of commandButton in ADF which can help me remove the address bar in the child popup ?
    I have removed the toolbar by setting windowEmbedStyle="window" in the commandbutton that launches the external window popup.
    PS - Both the parent and child popup dialogs have been implemented as taskflows.The parent popup is a modal dialog and not a browser window.
    Thanks

    from the parent popup.. open the child popup using javascript. .add a c
    <af:commandButton text="Click Me">
    <af:clientListener type="action" method="popUp"/>
    </af:commandButton>
    function popUp(e) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600');");
    }

  • How can I stop the address bar from auto hiding

    I dislike having the address bar disappear all the time. How can I prevent this.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    If you are in full screen mode then hover the mouse to the top of the screen to make the Navigation Toolbar and Tab bar appear.<br>Click the Maximize button (top right corner of the Navigation Toolbar) to leave full screen mode or right-click empty space on a toolbar and choose "Exit Full Screen Mode" or press the F11 key.

  • How to stop address bar from remembering my previous entries?

    for example, if I just enter "d" into my address bar, the address "dailymotion.com" will show up unless I type another letter afterwards that is not "a", such as "e". I used to visit dailymotion.com, but I just cleared all my history. dailymotion.com doesn't show up when I enter it in my "search history", yet this suggestion keeps showing up. How do I get it to stop?

    Do you have that site bookmarked, and did you set the location bar to suggest bookmarks as well as history? Does that line have a star at the end of it?

  • Hide Menu Bar from Users Opening Form

    Allow Documents To Hide The Menu Bar, Toolbars, And Window Controls
    I see this in Preferences>Documents, but how does my doc hide the Menu Bar? The doc is a form that hospital patients can fill out in a kiosk, and we don't want them to see the Menu Bar when they open the form. How do I set the form so that when it opens, the Menu Bar is not visible? Once I have the form open, I know that F9 will close it, but we want the Menu Bar to be closed whenever this form is opened. So, in short how does this work?
    Allow Documents To Hide The Menu Bar, Toolbars, And Window Controls

    That's not an option but you can run some apps such as Safari in full screen mode which hides the menu bar.
    From the Safari menu bar ckik View > Enter Full Screen
    If an app supports full screen mode, that feature should be available from the apps View menu.

  • Hide scroll bar from the web window

    We have our application working on Oracle forms 10g hosted on unix application server.
    We have a requirement to hide the vertical scroll bar which appears on the web page(not on the form)
    Is there a server config setting which can be done to hide the vertical scroll bar appearing on the web page.
    Scrollbar does not appear on chrome. Issue is coming only when application is opened in IE
    Thanks in advance
    Edited by: 984493 on Mar 4, 2013 1:05 AM

    984493 wrote:
    We have our application working on Oracle forms 10g hosted on unix application server.
    We have a requirement to hide the vertical scroll bar which appears on the web page(not on the form)
    Is there a server config setting which can be done to hide the vertical scroll bar appearing on the web page.
    Scrollbar does not appear on chrome. Issue is coming only when application is opened in IE
    Thanks in advance
    Edited by: 984493 on Mar 4, 2013 1:05 AMHello
    It's the issue of browser. There is no setting for it. most probably you are not using
    separateFrame=Truein you formweb.cfg file. It's allow the applet opening in another window.
    In you issue, may be you have toolbar visible in the browser. if you use the browser full screen you didn't get that.
    Hope this helps
    Hamid
    Mark correct/helpful to help others to get right answer(s).*

  • Show/Hide Address Bar

    The shortcut is Apple-|. What is the key???

    It seems that Apple left off the Shift key function which is needed along with the command and | keys to hide and or show the Toolbar using the keyboard shortcut. Using your cursor to click on the Hide Toolbar from the View menu works even tho it only shows the Command and | keys as the keyboard shortcut. I checked on my old iMac running 10.4.11 Tiger and it shows the same two shortcut keys to hide toolbar but in fact it requires the Shift Command | keys to activate using keyboard shortcut.

  • Hide status bar from start

    I'm having trouble getting the status bar to completely disappear. I have
    application.statusBarHidden = YES;
    as the first line of
    - (void)applicationDidFinishLaunching:(UIApplication *)application
    But, when I launch in the simulator (haven't tried a phone) the first thing that happens is that the status bar flies up to the top of the screen, followed by my Default.png (with the status bar still showing), and then finally my UIView appears, with no status bar.
    I've seen some reference to UIStatusBarHidden and Info.plist, but for the life of my I can't figure out how to get that to work. I did manage to make a key that is UIStatusBarHidden, and set the value to YES but no change.
    I know there must be a way to do this!

    Am I the only one who seems to have a blank space during the Default.png file loading? I've added the hidden status bar option everywhere yet every time my app launches, there is a blank black space where the status bar should be. Both simulator and the device... is there any way around this? Or do i need to wrtie my own splash screen?
    Thanks in advance!

Maybe you are looking for