Click here to Skip to main content
16,012,843 members
Home / Discussions / Web Development
   

Web Development

 
GeneralDisable copy/paste in a text area Pin
dabs19-Nov-03 2:51
dabs19-Nov-03 2:51 
GeneralRe: Disable copy/paste in a text area Pin
alex.barylski19-Nov-03 10:24
alex.barylski19-Nov-03 10:24 
GeneralRe: Disable copy/paste in a text area Pin
Paul Watson19-Nov-03 11:44
sitebuilderPaul Watson19-Nov-03 11:44 
GeneralRe: Disable copy/paste in a text area Pin
Sarvesvara (BVKS) Dasa19-Nov-03 18:32
Sarvesvara (BVKS) Dasa19-Nov-03 18:32 
GeneralRe: Disable copy/paste in a text area Pin
Nathan Ridley19-Nov-03 19:43
Nathan Ridley19-Nov-03 19:43 
GeneralRe: Disable copy/paste in a text area Pin
Paul Watson19-Nov-03 20:27
sitebuilderPaul Watson19-Nov-03 20:27 
GeneralRe: Disable copy/paste in a text area Pin
dabs20-Nov-03 2:17
dabs20-Nov-03 2:17 
GeneralRe: Disable copy/paste in a text area Pin
Paul Watson20-Nov-03 2:22
sitebuilderPaul Watson20-Nov-03 2:22 
What you could do is from tick to tick check the time of the client. If your tick is every second and the last recorded tick was more than one second ago, then it has been tampered with. You could have a counter running which ensures an unbroken time span, it would be done in JavaScript so turning off JS would throw up a flag. You can then just inform the user that they were being naughty and not accept the results.

Technically they could write an app to carefully control their client clock to match your tamper proofing, but really, are typists going to go to that trouble?


Otherwise, go with the Java Applet/ActiveX control route.

regards,
Paul Watson
Bluegrass
South Africa

Brian Welsch wrote:
"blah blah blah, maybe a potato?" while translating my Afrikaans.

Crikey! ain't life grand?

GeneralASP parsing Pin
ndchand1718-Nov-03 18:04
ndchand1718-Nov-03 18:04 
GeneralRe: ASP parsing Pin
Nino_118-Nov-03 19:24
Nino_118-Nov-03 19:24 
GeneralRe: ASP parsing Pin
ndchand1718-Nov-03 22:38
ndchand1718-Nov-03 22:38 
GeneralRe: ASP parsing Pin
dabs19-Nov-03 4:05
dabs19-Nov-03 4:05 
Generalmessage box in PHP Pin
Bob Stanneveld18-Nov-03 2:24
Bob Stanneveld18-Nov-03 2:24 
GeneralRe: message box in PHP Pin
Paul Watson18-Nov-03 20:44
sitebuilderPaul Watson18-Nov-03 20:44 
GeneralRe: message box in PHP Pin
Bob Stanneveld18-Nov-03 21:21
Bob Stanneveld18-Nov-03 21:21 
GeneralRe: message box in PHP Pin
Paul Watson18-Nov-03 23:56
sitebuilderPaul Watson18-Nov-03 23:56 
GeneralRe: message box in PHP Pin
alex.barylski19-Nov-03 10:33
alex.barylski19-Nov-03 10:33 
GeneralRe: message box in PHP Pin
Bob Stanneveld19-Nov-03 23:34
Bob Stanneveld19-Nov-03 23:34 
GeneralRe: message box in PHP Pin
Terry O'Nolley19-Nov-03 21:01
Terry O'Nolley19-Nov-03 21:01 
GeneralRe: message box in PHP Pin
Bob Stanneveld19-Nov-03 23:27
Bob Stanneveld19-Nov-03 23:27 
GeneralEmail web page Pin
Nic Rowan18-Nov-03 1:27
Nic Rowan18-Nov-03 1:27 
GeneralRe: Email web page Pin
theJazzyBrain18-Nov-03 6:53
theJazzyBrain18-Nov-03 6:53 
GeneralRe: Email web page Pin
Nathan Ridley18-Nov-03 14:01
Nathan Ridley18-Nov-03 14:01 
GeneralRe: Email web page Pin
Nic Rowan18-Nov-03 21:48
Nic Rowan18-Nov-03 21:48 
GeneralRe: Email web page Pin
Paul Watson18-Nov-03 20:52
sitebuilderPaul Watson18-Nov-03 20:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.