Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Hiding browser's menu and toolbar

Reply
Thread Tools

Hiding browser's menu and toolbar

 
 
Andy Lim
Guest
Posts: n/a
 
      01-18-2007
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


 
Reply With Quote
 
 
 
 
Tim Mackey
Guest
Posts: n/a
 
      01-18-2007
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" <> wrote in message
news:...
> 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
>
>


 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      01-18-2007
"Andy Lim" <> wrote in message
news:...

> 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...


 
Reply With Quote
 
Andy Lim
Guest
Posts: n/a
 
      01-19-2007
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" <> wrote in message
news:...
> 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
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Script for Hiding/Un-Hiding Text On Click Ste Javascript 41 08-01-2007 02:35 PM
window.open with toolbar=1 and without google toolbar ? pcouas Javascript 0 02-19-2007 08:28 AM
hiding menu item in dreamweaver flyout menu SpamProof Javascript 0 01-25-2004 04:17 AM
hiding browser toolbar and menubar Jho ASP .Net 8 12-31-2003 03:38 PM
Hiding the toolbar, menubar, etc? Code Monkee HTML 19 07-18-2003 04:51 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57