How to disable address bar
-
Hi all, As i am using asp.net web application with c#.Net, as i need to disable address bar for my entire web application. I visited alot of sites for this but all of them are dealing with opening one window setting only but i need to disable entire application. Can any body help on these. thanks in advance, eswar.
-
Hi all, As i am using asp.net web application with c#.Net, as i need to disable address bar for my entire web application. I visited alot of sites for this but all of them are dealing with opening one window setting only but i need to disable entire application. Can any body help on these. thanks in advance, eswar.
-
Hi all, As i am using asp.net web application with c#.Net, as i need to disable address bar for my entire web application. I visited alot of sites for this but all of them are dealing with opening one window setting only but i need to disable entire application. Can any body help on these. thanks in advance, eswar.
Open the eniter web site as Popup window. :) FYR : http://beta.codeproject.com/KB/aspnet/PopupWebSite.aspx[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Hi all, As i am using asp.net web application with c#.Net, as i need to disable address bar for my entire web application. I visited alot of sites for this but all of them are dealing with opening one window setting only but i need to disable entire application. Can any body help on these. thanks in advance, eswar.
Even if you see somewhere addressbar is hidden, it is actually impossible to do. most of the browsers like Mozilla, IE 7 and above doesnt allow open window without address bar. So sorry. Better you might use AJAX to get the content of the page and load it into your floating container produced using div. ;)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
Hi all, As i am using asp.net web application with c#.Net, as i need to disable address bar for my entire web application. I visited alot of sites for this but all of them are dealing with opening one window setting only but i need to disable entire application. Can any body help on these. thanks in advance, eswar.
open the browser in full screen mode (F11).. use javascript fot it