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. Remove toolbar, address bar, status bar, etc from a page

Remove toolbar, address bar, status bar, etc from a page

Scheduled Pinned Locked Moved ASP.NET
csharphtmlhelptutorialquestion
2 Posts 2 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.
  • S Offline
    S Offline
    soorajek
    wrote on last edited by
    #1

    hai, I am developing a web application in which, every pages, should not need the toolbar, addressbar, statusbar,etc from the starting page. Issue: How to make a page blank as mentioned above during the page load itself? [I need either C# code or HTML code]

    sooraj

    T 1 Reply Last reply
    0
    • S soorajek

      hai, I am developing a web application in which, every pages, should not need the toolbar, addressbar, statusbar,etc from the starting page. Issue: How to make a page blank as mentioned above during the page load itself? [I need either C# code or HTML code]

      sooraj

      T Offline
      T Offline
      Torsten Mauz
      wrote on last edited by
      #2

      The simple answer is that you can't. However, you can achieve what you want. You can only set those things up when opening a window. So you can use the following javascript:

      window.open("app.htm","", "toolbar=false,location=false,status=false,menubar=false,scrollbars=false");

      So basically you'll need an extra page to "launch" the application, then you can just run your application within the newly created window. HTH

      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