473,396 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

hiding browser toolbar and menubar

Jho
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 ?
thanks

Nov 18 '05 #1
8 2844
biggest reason... no one will ever visit your site again...
It's a HUGE annoyance and in the end you aren't actually disabling
anything...

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Jho" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
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 ?
thanks

Nov 18 '05 #2
jho
thanks appreciate your comment. sometimes user can press
back button. The same action can be repeated twice.

I was thinking a way around.
any suggestions

-----Original Message-----
biggest reason... no one will ever visit your site again...It's a HUGE annoyance and in the end you aren't actually disablinganything...

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Jho" <an*******@discussions.microsoft.com> wrote in messagenews:03****************************@phx.gbl...
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 ?
thanks

.

Nov 18 '05 #3
jho
Curt,
i would like to mention that iam implementing an
application not a commercial website which would be used
internally within a company.
My first page is blank with no background. And there is no
popup which says "do you want to close this window". It
replaces the existing window without flashing, just hides
the toolbar and menubar.

Appreciate your comments.
thanks
-----Original Message-----
biggest reason... no one will ever visit your site again...It's a HUGE annoyance and in the end you aren't actually disablinganything...

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Jho" <an*******@discussions.microsoft.com> wrote in messagenews:03****************************@phx.gbl...
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 ?
thanks

.

Nov 18 '05 #4
You'd would also want to disable the right click on the page if you really
want to hide the source.

Ofcourse once you have done all those things you limit the ability for
anyone internally to print the page unless you want to start adding print
buttons etc as well on every page.
"Jho" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
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 ?
thanks

Nov 18 '05 #5
you can get around the "no right click" as well....

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Scott Reynolds @eircom.net>" <scottandsuzanne<rem> wrote in message
news:ee**************@TK2MSFTNGP11.phx.gbl...
You'd would also want to disable the right click on the page if you really
want to hide the source.

Ofcourse once you have done all those things you limit the ability for
anyone internally to print the page unless you want to start adding print
buttons etc as well on every page.
"Jho" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
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 ?
thanks


Nov 18 '05 #6
code it so that when the user does click the BACK button it doesn't break
anything....
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"jho" <an*******@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
thanks appreciate your comment. sometimes user can press
back button. The same action can be repeated twice.

I was thinking a way around.
any suggestions

-----Original Message-----
biggest reason... no one will ever visit your site

again...
It's a HUGE annoyance and in the end you aren't actually

disabling
anything...

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Jho" <an*******@discussions.microsoft.com> wrote in

message
news:03****************************@phx.gbl...
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 ?
thanks

.

Nov 18 '05 #7
It is simply not possible to hide HTML source code. HTML is text. When the
browser requests a page from the server, it downloads a copy of the HTML
document to its' Temporary Internet Files folder. While you can mangle the
browser interface to such an extent that it is almost impossible to see the
source code in the browser, all the tricks in the world will never prevent
someone from going in the Temporary Internet Files folder and opening ANY
file in Notepad.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Scott Reynolds @eircom.net>" <scottandsuzanne<rem> wrote in message
news:ee**************@TK2MSFTNGP11.phx.gbl...
You'd would also want to disable the right click on the page if you really
want to hide the source.

Ofcourse once you have done all those things you limit the ability for
anyone internally to print the page unless you want to start adding print
buttons etc as well on every page.
"Jho" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
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 ?
thanks


Nov 18 '05 #8
jho
Thanks All!! I fully appreciate your comments.
I will not implement this functionality.
-----Original Message-----
code it so that when the user does click the BACK button it doesn't breakanything....
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"jho" <an*******@discussions.microsoft.com> wrote in messagenews:04****************************@phx.gbl...
thanks appreciate your comment. sometimes user can press
back button. The same action can be repeated twice.

I was thinking a way around.
any suggestions

>-----Original Message-----
>biggest reason... no one will ever visit your site

again...
>It's a HUGE annoyance and in the end you aren't actually
disabling
>anything...
>
>--
>Curt Christianson
>Owner/Lead Developer, DF-Software
>www.Darkfalz.com
>
>
>"Jho" <an*******@discussions.microsoft.com> wrote in

message
>news:03****************************@phx.gbl...
>> 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 ?
>> thanks
>>
>
>
>.
>

.

Nov 18 '05 #9

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

Similar topics

10
by: Tom Szabo | last post by:
Hi All, Just wondering there is any other way to remove the toolbar from the browser than using " ...toolbar=no ..." in the window.open(...)
6
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...
15
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...
6
by: Biguana | last post by:
Hi, Just wondering if anyone can help here. We have a site where most of the site opens in a window with no toolbars or menubar: window.open('mypage.aspx','self','toolbar=0, menubar=0, etc,...
0
by: Jeff | last post by:
The code below works to open an new browser window without toolbar, etc. I'm also attempting to hide the vertical scroll bar. Could someone tell me what I need to add to this code to do so (in a way...
1
by: dnes | last post by:
Open Multiple New Browser Windows from ASP.NET I'm having trouble figuring out how to open multiple new browser windows (each one displaying something different). As you can see from the code...
13
by: anil.rita | last post by:
When the user chooses an AV file to play, based upon the type of file, I want to use the default installed media player to play it. I am wondering if this is a good way - any alternatives,...
3
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...
5
oranoos3000
by: oranoos3000 | last post by:
hi i'd like to remove menu bar and toolbar from browser of the user for special pages from my site can i do? and if your answer is yes? how can i do?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.