disable CTRL C
-
As far as I am aware its impossible to completly disable CTRL C or even the right click of a mouse because it can only be done using javsscript or client side code and users are able to manipulate this. Am I right in saying that?
You could pull off their ctrl keys, and give them Mac 1 button mice
-- Help me! I'm turning into a grapefruit! Buzzwords!
-
As far as I am aware its impossible to completly disable CTRL C or even the right click of a mouse because it can only be done using javsscript or client side code and users are able to manipulate this. Am I right in saying that?
Yup. Even if you wrote your own browser and blocked ctrl+c & right mouse clicks in the browser code itself, a technically minded user could still just watch the http stream[^] and pick out any data they wanted. (Although I suppose you could then encrypt with https). Are you talking about images or text? Images could also be grabbed via screen shots. I suppose even text could be grabbed via screen shots and run through an OCR app if the user was desperate.
Simon
-
Yup. Even if you wrote your own browser and blocked ctrl+c & right mouse clicks in the browser code itself, a technically minded user could still just watch the http stream[^] and pick out any data they wanted. (Although I suppose you could then encrypt with https). Are you talking about images or text? Images could also be grabbed via screen shots. I suppose even text could be grabbed via screen shots and run through an OCR app if the user was desperate.
Simon
-
Yup. Even if you wrote your own browser and blocked ctrl+c & right mouse clicks in the browser code itself, a technically minded user could still just watch the http stream[^] and pick out any data they wanted. (Although I suppose you could then encrypt with https). Are you talking about images or text? Images could also be grabbed via screen shots. I suppose even text could be grabbed via screen shots and run through an OCR app if the user was desperate.
Simon
-
As far as I am aware its impossible to completly disable CTRL C or even the right click of a mouse because it can only be done using javsscript or client side code and users are able to manipulate this. Am I right in saying that?
I found this script: at http://javascript.about.com/library/blnoright.htm is there a similer one for disabling short cut keys?
-
The classic work around for this is to simply hold the shift key while right clicking. Most web designers are not capable of doing bitwise checks :laugh:
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)leppie wrote:
Most web designers are not capable of doing bitwise checks [Laugh]
just like you then http://www.codeproject.com/Lounge.aspx?msg=2628902#xx2628902xx[^] :laugh:
Simon
-
The classic work around for this is to simply hold the shift key while right clicking. Most web designers are not capable of doing bitwise checks :laugh:
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)leppie wrote:
The classic work around for this is to simply hold the shift key while right clicking
All my complexity, with lifting data from the http stream, or OCRing a screen shot of the text and you come along with "press the shift key". Sometimes simple is defiantly better.
Simon
-
I found this script: at http://javascript.about.com/library/blnoright.htm is there a similer one for disabling short cut keys?
Umm...you could try
<body onkeypress="return false;">
?Simon
-
leppie wrote:
The classic work around for this is to simply hold the shift key while right clicking
All my complexity, with lifting data from the http stream, or OCRing a screen shot of the text and you come along with "press the shift key". Sometimes simple is defiantly better.
Simon
Actually, IIRC, you need to hold down shift (or alt or a combo) when you click (they checked that too). I am talking about 10 years back now, they probably have found much better workarounds (copy/paste code) by now.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008) -
I found this script: at http://javascript.about.com/library/blnoright.htm is there a similer one for disabling short cut keys?
useless. what i do on website blocking the right click is to get the page source (under IE : View > Source) and track back the images...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
useless. what i do on website blocking the right click is to get the page source (under IE : View > Source) and track back the images...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
Or copy them out of the browser cache
-- Help me! I'm turning into a grapefruit! Buzzwords!
-
As far as I am aware its impossible to completly disable CTRL C or even the right click of a mouse because it can only be done using javsscript or client side code and users are able to manipulate this. Am I right in saying that?
It's also extremely annoying. :| There are all sorts of potentially-useful things that come disabled by default in proper browsers these days, precisely because short-sited folk mis-used them to try to impose their will on the hapless user. Abuse it, and lose it. If you don't want users copying things then don't put those things in web pages. It's just that simple.
Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
-
As far as I am aware its impossible to completly disable CTRL C or even the right click of a mouse because it can only be done using javsscript or client side code and users are able to manipulate this. Am I right in saying that?
Make the presentation format "non-standard"; make a Java applet fill up the browser window, and using Java to display the content.
So the creationist says: Everything must have a designer. God designed everything. I say: Why is God the only exception? Why not make the "designs" (like man) exceptions and make God a creation of man?
-
As far as I am aware its impossible to completly disable CTRL C or even the right click of a mouse because it can only be done using javsscript or client side code and users are able to manipulate this. Am I right in saying that?
-
And people wonder why other people later on in this forum today are posting programming questions, clearly this guys are getting answered here.
"It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson