.Net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How do i hide status bar in firefox browser using simple code in web.config file srinivas
Hi there, The web.config does not help you in this case, what you might need is javascript to customize the new window that you open by script like the open method[^]. Also you should remember that FF does not allow script to hide the status bar by default unless the user makes change in the Options of the browser.