We'd like to remind Forumites to please avoid political debate on the Forum... Read More »
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

Zeebo_2
Posts: 10 Forumite
in Techie Stuff
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 ?
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:
0
Comments
-
This is what im trying :
<input type="button" value="Open Window"
onclick="window.open('http://www.Mysite.com'),status=no">
</form>
It opens the link in a new window but the status bar is still thereWhats brown and sticky ?................ A stick :rotfl:0 -
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.0 -
Zeebo, try this (you just posted as I did)...
onClick="window.open('My site.com',status=0)"0 -
Status bar still shows on new windowWhats brown and sticky ?................ A stick :rotfl:0
-
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.0 -
<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 usemenubar=no,scrollbars=no,titlebar=no,width=250,height=300
they should all be specified within the third parameter in the above example.0 -
<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:0
This discussion has been closed.
Confirm your email address to Create Threads and Reply

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