Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Hiding menubar, statusbar and toolbar in javascript

Hiding menubar, statusbar and toolbar in javascript

Scheduled Pinned Locked Moved ASP.NET
javascriptquestion
10 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kanjinghat
    wrote on last edited by
    #1

    Dear All, Can we hide the toolbar , statusbar and menu bar of IE while browing a web page. I am not opening the page from javascript. can we hide those details? awaiitng reply

    Ramesh.Kanjinghat

    K 1 Reply Last reply
    0
    • K Kanjinghat

      Dear All, Can we hide the toolbar , statusbar and menu bar of IE while browing a web page. I am not opening the page from javascript. can we hide those details? awaiitng reply

      Ramesh.Kanjinghat

      K Offline
      K Offline
      Kunal P
      wrote on last edited by
      #2

      well, do u just want to hide it for plain browsing.. if yes.. then right click in the vacant area in any toolbar... and un check all the toolbars..

      Kunal

      K 1 Reply Last reply
      0
      • K Kunal P

        well, do u just want to hide it for plain browsing.. if yes.. then right click in the vacant area in any toolbar... and un check all the toolbars..

        Kunal

        K Offline
        K Offline
        Kanjinghat
        wrote on last edited by
        #3

        I want it through javascript coding

        Ramesh.Kanjinghat

        K 1 Reply Last reply
        0
        • K Kanjinghat

          I want it through javascript coding

          Ramesh.Kanjinghat

          K Offline
          K Offline
          Kunal P
          wrote on last edited by
          #4

          you can use the window.open method for the same. In the method u may set the attributes accordingly, so that only the browsing can be done, with no toolbars. hope it helps.

          Kunal

          K 1 Reply Last reply
          0
          • K Kunal P

            you can use the window.open method for the same. In the method u may set the attributes accordingly, so that only the browsing can be done, with no toolbars. hope it helps.

            Kunal

            K Offline
            K Offline
            Kanjinghat
            wrote on last edited by
            #5

            Well, that can be done only if we open the window form the javascript. what about the scenario where i dont use the window.open ot showmodal etc.

            Ramesh.Kanjinghat

            K E 2 Replies Last reply
            0
            • K Kanjinghat

              Well, that can be done only if we open the window form the javascript. what about the scenario where i dont use the window.open ot showmodal etc.

              Ramesh.Kanjinghat

              E Offline
              E Offline
              enjoycrack
              wrote on last edited by
              #6

              why do you want that? as he said...right click and uncheck those options...otherwise you might write your own browser :):):) << >>

              8x Solutions Ltd

              1 Reply Last reply
              0
              • K Kanjinghat

                Well, that can be done only if we open the window form the javascript. what about the scenario where i dont use the window.open ot showmodal etc.

                Ramesh.Kanjinghat

                K Offline
                K Offline
                Kunal P
                wrote on last edited by
                #7

                do you want.. that the page by default opens in a view where there is no toolbar and location bar.

                Kunal

                K 1 Reply Last reply
                0
                • K Kunal P

                  do you want.. that the page by default opens in a view where there is no toolbar and location bar.

                  Kunal

                  K Offline
                  K Offline
                  Kanjinghat
                  wrote on last edited by
                  #8

                  Yes. I really want the same. is ther any way to achieve this?

                  Ramesh.Kanjinghat

                  K 1 Reply Last reply
                  0
                  • K Kanjinghat

                    Yes. I really want the same. is ther any way to achieve this?

                    Ramesh.Kanjinghat

                    K Offline
                    K Offline
                    Kunal P
                    wrote on last edited by
                    #9

                    well.. u will need the window.open method.. but a lil diff way.. in the html code function redir() { window.open("new url and attributes") } this wud redirect to a new page. and the attributes that u specify wud apply.. but u will need to redirect through this

                    Kunal

                    L 1 Reply Last reply
                    0
                    • K Kunal P

                      well.. u will need the window.open method.. but a lil diff way.. in the html code function redir() { window.open("new url and attributes") } this wud redirect to a new page. and the attributes that u specify wud apply.. but u will need to redirect through this

                      Kunal

                      L Offline
                      L Offline
                      lucjon
                      wrote on last edited by
                      #10

                      There is a problem if you use window.open() , because most pop-up blockers block window.open() , whether it is legit or not.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups