Hi all,I have one web application.when this is open in browser, i want no body can copy that and paste any other place i.e word document.
copy option should be restriced.plz help me.
AM P
Hi all,I have one web application.when this is open in browser, i want no body can copy that and paste any other place i.e word document.
copy option should be restriced.plz help me.
AM P
Subject: copy option is restricted
Let’s see – I can File->Save As, I can print screen and OCR, I can View->Source and copy, I can …
All your page are belong to me.
Subject: copy option is restricted
Copy and paste what? The data? A screenshot of the application?
Mike
Subject: RE: copy option is restricted
Hi mike,we have one application company policies (forms).user can only read it not take copy and paste any other else.
there are forms and can not copy of these forms.
Subject: RE: copy option is restricted
Within the Notes client, you can set the form property “Disable printing/forwarding/copying to the clipboard”
In a web application, you are in the hands of the browser, but of course, it would not be a form as such that they would be copying and I don;t see “where” they could paste it to!
Mike
Subject: RE: copy option is restricted
Hi mike,
we want to disable ctrl+A , ctrl+C and ctrl+V.currently i have disable the
printing option.if we take print out the document it gives blank document.i
have used following code for printout.
style type=“text/css” media=“print”>
BODY {display:none;visibility:hidden;}
]
But i am enable to disable other controls.i need to restrict the ctrl +A and
ctrl+C .
Subject: RE: copy option is restricted
This is finally impossible.
Subject: RE: copy option is restricted
There are a few postings on the web about javascript functions but as Harkpabst says AM, impossible (the user might have JS disabled!)
You lose an awful lot of control once the browser takes over
Still not sure where you think they will be pasting this data