Jump to content

Hide status bar in Firefox using javascript


Srinu_ss5

Recommended Posts

Hey hi, How do i hide status bar in Firefox using javascript. I got some hint but it is giving mw security alert. I want to hide the status bar of the pop-up or calender which appears in my page using java script irrespective of client browser settings. Thanks in Advance :)

Link to comment
Share on other sites

I am using this code but its is giving some security alert . I dont want to that type of alerts plz help me. :)

<html> <head> <script> function load() { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); window.statusbar.visible=false;} </script> </head> <body onload="load()"><input type="button" value="Click" onclick="load()"> </body> </html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...