Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hide the Address Bar of the Web Browser
Message
 
To
26/01/2004 05:02:06
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00870500
Message ID:
00870607
Views:
7
Rene,

You can use the Window.open method in javascript. This will open a new window and loads the document specified by a given URL. Some of the parameter that Window.open takes are:

For the nav bar you use the toolbar parameter = { yes | no | 1 | 0 } which specifies whether to display the browser toolbar, making buttons such as Back, Forward, and Stop available. The default is yes.

For the address bar you use the location parameter = { yes | no | 1 | 0 } which specifies whether to display the input field for entering URLs directly into the browser. The default is yes.


The following article provides more reference information about the open method:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/open_0.asp


>Hi All,
>
>I have an application created using C#.Net. What I want is to hide the address bar of the web browser when the application launch. Is this possible in .Net? If yes, what are the properties/method that I need to use?
>Any idea on how to do it?
>
>
>TIA,
>
>Rene
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Reply
Map
View

Click here to load this message in the networking platform