• No menu or toolbars (6)

    Author
    Topic
    #398775

    When you click on a link to some web sites or in a pop-up, a new window opens up with no menu, toolbar or address bar. There doesn’t seem to be a documented shortcut key to show these. Does anyone know how to make them visible?

    Viewing 1 reply thread
    Author
    Replies
    • #765051

      The code that delivers such windows can be written to specifically exclude the toolbars etc. So, if you don’t see them, they almost certainly aren’t there to be made visible.

      • #765089

        I don’t understand what you mean. The menus and toolbars are put there by Internet Explorer, not the html code in the page being viewed. The page may contain code to hide them, but IE can still display them. The shortcut keys that are defined (Ctrl+P or F5, for example) still work so IE should be able to show the others.

        • #765105

          We are talking of a Popup Control which can be called by code. It is not the same as the entire Internet Explorer application. The writer of the code has the choice of how to configure the window: size, position and whether to enable various properties including: resizability, vertical/horizontal scrollbars, toolbars etc. It looks the same as your choosing File|New Window in IE but it is not.

          Presumably someone could configure an Add-In to IE that could take most of the input to your popup window and produce a version that always has menu bars etc. It (or you) would have to delete the “original” popup window as it replaced it. That is the only way that it could be done. AFAIK no one has done that yet.

          HTH

        • #765106

          We are talking of a Popup Control which can be called by code. It is not the same as the entire Internet Explorer application. The writer of the code has the choice of how to configure the window: size, position and whether to enable various properties including: resizability, vertical/horizontal scrollbars, toolbars etc. It looks the same as your choosing File|New Window in IE but it is not.

          Presumably someone could configure an Add-In to IE that could take most of the input to your popup window and produce a version that always has menu bars etc. It (or you) would have to delete the “original” popup window as it replaced it. That is the only way that it could be done. AFAIK no one has done that yet.

          HTH

        • #765266

          If you search for the JavaScript method window.open and review its parameters, you will see that it is trivial to strip pretty much everything but the title bar off a popup window. To get the document in a window that you control, press Ctrl+N while viewing the document. (I think I got that tip right here in the Lounge.)

          • #765311

            Yikes! That did it. That’s exactly what I wanted. Thank you. cheers

          • #765312

            Yikes! That did it. That’s exactly what I wanted. Thank you. cheers

        • #765267

          If you search for the JavaScript method window.open and review its parameters, you will see that it is trivial to strip pretty much everything but the title bar off a popup window. To get the document in a window that you control, press Ctrl+N while viewing the document. (I think I got that tip right here in the Lounge.)

      • #765090

        I don’t understand what you mean. The menus and toolbars are put there by Internet Explorer, not the html code in the page being viewed. The page may contain code to hide them, but IE can still display them. The shortcut keys that are defined (Ctrl+P or F5, for example) still work so IE should be able to show the others.

    • #765052

      The code that delivers such windows can be written to specifically exclude the toolbars etc. So, if you don’t see them, they almost certainly aren’t there to be made visible.

    Viewing 1 reply thread
    Reply To: No menu or toolbars (6)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: