How Do i hide status bar in firefox browser?
-
Can Any one help me? How do i hide status bar in firefox browser i got one solution function load() { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); window.statusbar.visible=false; } But it is giving me a security alert. Kindly give me the solution which can do this Srinu
-
Can Any one help me? How do i hide status bar in firefox browser i got one solution function load() { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); window.statusbar.visible=false; } But it is giving me a security alert. Kindly give me the solution which can do this Srinu
Why? I *like* my status bar...
Ave Shog9, CP-addicti te salutant! - K(arl), The Soapbox
-
Can Any one help me? How do i hide status bar in firefox browser i got one solution function load() { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); window.statusbar.visible=false; } But it is giving me a security alert. Kindly give me the solution which can do this Srinu
I think you can only do that on windows that you open. So if you really really need it gone have the first page open up another window on body onload. Otherwise if you just need to hide a link location or something have the a tag set the status bar text to blank on mouse over. Dirk Watkins
-
I think you can only do that on windows that you open. So if you really really need it gone have the first page open up another window on body onload. Otherwise if you just need to hide a link location or something have the a tag set the status bar text to blank on mouse over. Dirk Watkins
-
Why? I *like* my status bar...
Ave Shog9, CP-addicti te salutant! - K(arl), The Soapbox
-
Well, here's the information you need - use it wisely. :) window.open() reference[^]