473,396 Members | 1,827 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.

Kill "Print" and "Save As" in intranet

We are a state agency that views protected medical information via our
intranet. The screens even have privacy shields. Alarmingly, uses can
"Print" and "Save As" which destroys the protection of the health
information at the level we want.

QUESTION: Can we shut those off?? Any other suggestions??

Paul Sullivan

Nov 18 '05 #1
5 1859
Don't Ever put your web page on the Internet then.

People can go Edit-> View Source
File -> Save As
File -> Print
Alt+ Print Screen
Edit -> Select All + Edit -> Copy

#1 You could use CSS to hide everything for media of the type print for
browsers that understand and respect it. (this may be able to be overriden
by browsers that do not understand or have an option to ignore)
#2 There is a hack (which i refuse to mention) that allows File -> Save as
to be broken on IE only. It does not work on any other browser.
#3 Alt+Print Screen cannot be disabled as this is OS Dependent
#4 Edit -> View source - > Cannot be disabled because it is Browser
specific. Anti-right clicks do not stop people from viewing source as it can
be done from the menu.
#5 - If you really have to protect the information so far as to Sabotage a
users browser then my suggestion to you is DONT SHOW IT TO ANYBODY. Don't
make it available online if you are worried about somebody seeing or saving
it.
Hope this provides some form of enlightenment. Posting is provided as is
"Paul Sullivan" <pa*********************@worldnet.att.net> wrote in message
news:f4********************************@4ax.com...
We are a state agency that views protected medical information via our
intranet. The screens even have privacy shields. Alarmingly, uses can
"Print" and "Save As" which destroys the protection of the health
information at the level we want.

QUESTION: Can we shut those off?? Any other suggestions??

Paul Sullivan

Nov 18 '05 #2
You could disable these features through the registry I guess but that would
stop them working for every site you view through your browser

"Paul Sullivan" <pa*********************@worldnet.att.net> wrote in message
news:f4********************************@4ax.com...
We are a state agency that views protected medical information via our
intranet. The screens even have privacy shields. Alarmingly, uses can
"Print" and "Save As" which destroys the protection of the health
information at the level we want.

QUESTION: Can we shut those off?? Any other suggestions??

Paul Sullivan

Nov 18 '05 #3
As soon as you see something you can always write down this information or
you could likely always use Print-Screen to grab a copy of what is displayed
on screen.

At some level you need to have confidence into those that read the info you
send them. At some degree it could looks like a Digital Right Management
issue (those files you can download but read only on your own PC) but it
would be likely much more complex to implement.

Patrice

"Paul Sullivan" <pa*********************@worldnet.att.net> a écrit dans le
message de news:f4********************************@4ax.com...
We are a state agency that views protected medical information via our
intranet. The screens even have privacy shields. Alarmingly, uses can
"Print" and "Save As" which destroys the protection of the health
information at the level we want.

QUESTION: Can we shut those off?? Any other suggestions??

Paul Sullivan

Nov 18 '05 #4
Patrice makes a good point - you must at some point trust the user, because
pen and paper (or a good memory) will always be available for transferring
info somewhere else. Or in these days of high-res and cheap digital
cameras, a snapshot of the monitor display?

However, to prevent the so-called idle/inadvertent/inexpert misappropriation
of data, you could also consider opening the application page in a new
window that doesn't include the menu or button bars, etc. Some additional
effort on disabling the right-click menu as well should put off anyone who
isn't a dedicated thief of the info.

This won't prevent a more experienced user (select, copy & paste via
keyboard, for example), but it may help reduce some cases of data-theft.

--
Alec MacLean
"Paul Sullivan" wrote

QUESTION: Can we shut those off?? Any other suggestions??

Paul Sullivan

Nov 18 '05 #5
It's probably beyond your needs but FYI, while I was browsing the MSDN
Workshop area, I came accross
http://msdn.microsoft.com/library/de...troduction.asp
(Digirtal Rights Managements for HTML ??).

Patrice

"Patrice" <no****@nowhere.com> a écrit dans le message de
news:%2***************@TK2MSFTNGP10.phx.gbl...
As soon as you see something you can always write down this information or
you could likely always use Print-Screen to grab a copy of what is displayed on screen.

At some level you need to have confidence into those that read the info you send them. At some degree it could looks like a Digital Right Management
issue (those files you can download but read only on your own PC) but it
would be likely much more complex to implement.

Patrice

"Paul Sullivan" <pa*********************@worldnet.att.net> a écrit dans le
message de news:f4********************************@4ax.com...
We are a state agency that views protected medical information via our
intranet. The screens even have privacy shields. Alarmingly, uses can
"Print" and "Save As" which destroys the protection of the health
information at the level we want.

QUESTION: Can we shut those off?? Any other suggestions??

Paul Sullivan


Nov 18 '05 #6

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

Similar topics

68
by: Marco Bubke | last post by:
Hi I have read some mail on the dev mailing list about PEP 318 and find the new Syntax really ugly. def foo(x, y): pass I call this foo(1, 2), this isn't really intuitive to me! Also I...
5
by: vegetax | last post by:
How can i use cgi'like print statement in a multitreaded web framework? each thread has its own Servlet instance with request/response objects, sys.stdout = self.response(which is a file like...
3
by: Albert Wagner | last post by:
I have just had a problem that I cannot find any reference to in any docs. Admittedly, I am a JavaScript newbie, but this sure seems like a bug or an "undocumented feature" in Opera 7.11. I have...
16
by: John Baker | last post by:
HI; I feel like a fool..I put CUTE FTP in my last request for help --it should have been CUTE PDF! I have FTP on my mind because I have been working on a web based application, and somehow my...
3
by: Gavin Kreuiter | last post by:
I am looking for some advice on how to debug a program when the debugger "print" command actually clears the corruption. This is not the usual non-initialised memory problem, because the program...
1
by: TD | last post by:
I'm using iText in an app to create and print documents to network printers. I launch acrobat via the command line as shown on this page... ...
3
by: Skevmeister | last post by:
Hi Guys, Ok, so I have now figured out how to create and watermark and resize and resample images for my website, but now I want to trap the "save picture as" event so that I can create another...
0
by: lety28 | last post by:
I have a script "licence.cgi" write in python which generate text files and I would like that the user click on a button and he can download this file. _1er solution:_ I found in my research that...
2
by: ejrfigueiredo | last post by:
Hi, Is there a way to get a script function to save a page without the execCommand (which works on IE but doesn't on Firefox). Below there's the code I'm using, I took it from a template page...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.