473,791 Members | 2,901 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Hiding browser's menu and toolbar

Hi all,

In my recent asp.net (2.0) project, I want to give a desktop-application
look and feel to my users.
I think I'll do it by hiding the browser's default menu & toolbar right from
the default page (i.e: default.aspx), which also serve as my login page. And
it should have cross-browsers capability.

Can anyone give me some examples on how to do it?

Many thanks in advance,
Andy
Jan 18 '07 #1
3 1953
just as long as you remember that lots of users will hate you for it. for
example, me, as a programmer, i can understand why another programmer such
as you would want to provide a nice desktop like environment, with
right-click context menus and a complete navigation system. but you have to
remember it still is on the web and that means some people will want to go
back, forward, add to favourites, view source, use their google toolbar
'find on this page' stuff, highlight words etc.

the nasty trick you require is here: (at least the best i could find)
http://groups.google.com/group/comp....15c5a6bd2b62ca
you will need to do some type of window.open in javascript, because you
can't change the current window. i think if you really really want this,
you will have to run your site in a popup window.

tim

"Andy Lim" <ad***@infotekn ika.comwrote in message
news:ew******** ******@TK2MSFTN GP02.phx.gbl...
Hi all,

In my recent asp.net (2.0) project, I want to give a desktop-application
look and feel to my users.
I think I'll do it by hiding the browser's default menu & toolbar right
from the default page (i.e: default.aspx), which also serve as my login
page. And it should have cross-browsers capability.

Can anyone give me some examples on how to do it?

Many thanks in advance,
Andy

Jan 18 '07 #2
"Andy Lim" <ad***@infotekn ika.comwrote in message
news:ew******** ******@TK2MSFTN GP02.phx.gbl...
In my recent asp.net (2.0) project, I want to give a desktop-application
look and feel to my users.
I think I'll do it by hiding the browser's default menu & toolbar right
from the default page (i.e: default.aspx), which also serve as my login
page. And it should have cross-browsers capability.
That will only serve to really irritate your users...

If ever I'm forced to use a site which does that, the first thing I do is
hit F11 to restore everything...
Jan 18 '07 #3
Hi,

I see your points, guys.

In this particular project, I'll be dealing with novice users. But they
might familiar in working with a desktop appl before. So, my sole intention
of doing so is nothing more than to make a smooth transition between these 2
worlds in regard of convenience.

Anyway, thanks to share your opinion.

Regards,
Andy

"Andy Lim" <ad***@infotekn ika.comwrote in message
news:ew******** ******@TK2MSFTN GP02.phx.gbl...
Hi all,

In my recent asp.net (2.0) project, I want to give a desktop-application
look and feel to my users.
I think I'll do it by hiding the browser's default menu & toolbar right
from the default page (i.e: default.aspx), which also serve as my login
page. And it should have cross-browsers capability.

Can anyone give me some examples on how to do it?

Many thanks in advance,
Andy


Jan 19 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3536
by: bayram guzer | last post by:
hi everybody, i have very strange error. i can not see some of the asp pages on my browser. when i look from view source, all the source is there but browser does not show anything, just an empty page. Does anybody have idea about this ?
15
65768
by: Code Monkee | last post by:
How can the toolbar and menubar be hidden in IE? When opening the window via javascript I can specify 'toolbar=no,menubar=no', which works fine. However if the window already exists how can I remove them? If the browser is Netscape I can use javascript: window.toolbar.visible = false; window.menubar.visible = false; but IE produces the error: "'window.toolbar.visible' is null or not an object".
4
3846
by: JesusFreak | last post by:
From: us_traveller@yahoo.com (JesusFreak) Newsgroups: microsoft.public.scripting.jscript Subject: toolbar script problem NNTP-Posting-Host: 192.92.126.136 Recently, I downloaded the following beautiful script "http://javascript.internet.com/navigation/toolbar-menu.html". It works like a charm. I made my webpage in frames, where the nav-frame shows the menubar, so whenever I click a link in the menubar, it opens in the frame below. But...
12
3700
by: Albert Grennock | last post by:
Hi, Hope this is the right forum to ask in. Anyway in IE I go to this site and I click on computing on the left hand menu and it takes from about 6 to 15 seconds to open the submenu. I then click on "desktop PC's" and it takes 14 seconds to open that menu. (normally about 14 seconds for the first menu, I guess I just 'got lucky' last time when it opened in a *mere* 6 seconds. However I then had the bright idea of trying a different...
2
5043
by: Sha Crawford | last post by:
How do I hide the mouse pointer in a particular MS Access form? Thanks. Sha Crawford www.sha-crawford.co.uk
8
2874
by: Jho | last post by:
Is it wise to do the following to hide html source and other info. I plan to do a popup window which would close my existing web page and popup a window in its place without toolbar and menubar. are there any disadvantages of hiding browser toolbar and menubar ?
27
45566
by: Wayne | last post by:
I've been clicking around Access 2007 Beta 2 and can't see the custom menu bar designer. Is it in the beta? Maybe I'm blind. The question that comes to mind is: Will custom menu bars be the same height as they were in previous versions or will they be the "ribbon" style that takes up a huge portion of the screen? Also when I use Access 2007 to open an Access 2003 database that has custom menu bars they display as they did in Access...
0
919
by: Andy Lim | last post by:
Hi all, In my recent asp.net (2.0) project, I want to give a desktop-application look and feel to my users. I think I'll do it by hiding the browser's default menu & toolbar right from the default page (i.e: default.aspx), which also serve as my login page. And it should have cross-browsers capability. Can anyone give me some examples on how to do it?
12
1976
by: Ste | last post by:
Hi there, I've got a website with a list of Frequently Asked Questions, so there's a question and answer in a long list down the page. Can anyone recommend a simple script that would allow me to hide each answer when the page loaded, but then made them individually appear/disappear when clicking the question? I'm after a solution that will degrade gracefully if a page doesn't
0
10426
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10207
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10154
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9993
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7537
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5558
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4109
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2913
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.