We're aware that some users are experiencing technical issues which the team are working to resolve. See the Community Noticeboard for more info. Thank you for your patience.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

How do i hide status bar ??

Options
Hi there, im creating a site and would like the status bar at the bottom not to be present.

how do i do this?

Even opening a new window with no status bar would be acceptable.

Anbody care to help me ?
Whats brown and sticky ?................ A stick :rotfl:

Comments

  • Zeebo_2
    Zeebo_2 Posts: 10 Forumite
    This is what im trying :

    <input type="button" value="Open Window"
    onclick="window.open('http://www.Mysite.com'),status=no"&gt;
    </form>


    It opens the link in a new window but the status bar is still there
    Whats brown and sticky ?................ A stick :rotfl:
  • marka87uk
    marka87uk Posts: 441 Forumite
    Part of the Furniture 100 Posts Combo Breaker
    You can use Javascript to hide any status bar messages - window.status = "" - I think that could be IE only though.

    Else, if you want to open a popup with window.open you can use status=0 as one of the arguments, which hides it altogether.
  • marka87uk
    marka87uk Posts: 441 Forumite
    Part of the Furniture 100 Posts Combo Breaker
    Zeebo, try this (you just posted as I did)...

    onClick="window.open('My site.com',status=0)"
  • Zeebo_2
    Zeebo_2 Posts: 10 Forumite
    Status bar still shows on new window :(
    Whats brown and sticky ?................ A stick :rotfl:
  • marka87uk
    marka87uk Posts: 441 Forumite
    Part of the Furniture 100 Posts Combo Breaker
    Oops sorry think it should have quotes around it...

    onClick='window.open("My site.com","status=0")'

    If that doesn't work then it may be some security thing stopping it working.
  • nickmack
    nickmack Posts: 4,435 Forumite
    Part of the Furniture 1,000 Posts Combo Breaker
    <FORM>
    <p align="center">
    <INPUT type="button" value="Button" onClick="window.open('Mysite.com','Title','status=no')">
    </p>
    </FORM>
    

    The above works using the title as the second parameter.

    You can also use
    menubar=no,scrollbars=no,titlebar=no,width=250,height=300
    

    they should all be specified within the third parameter in the above example.
  • Zeebo_2
    Zeebo_2 Posts: 10 Forumite
    <FORM>
    <p align="center">
    <INPUT type="button" value="Button" onClick="window.open('Mysite.com','Title','status=no')">
    </p>
    </FORM>
    

    Worked fine thanks !
    Whats brown and sticky ?................ A stick :rotfl:
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 350.8K Banking & Borrowing
  • 253K Reduce Debt & Boost Income
  • 453.5K Spending & Discounts
  • 243.8K Work, Benefits & Business
  • 598.6K Mortgages, Homes & Bills
  • 176.8K Life & Family
  • 257.1K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.