How do i hide status bar in firefox browser ?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
:confused: 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 other solution Srinu