![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Disable Paste and Drag event
From: Touffy <tffy@free.fr>
Date: Sun Apr 30 2006 - 03:12:19 CEST
On 2006-04-28 03:39:03 +0200, "khng" <khng.email@gmail.com> said:
> How to disable the copy/drag event for some selected textfield as I
You can't disable copy/paste. So you'll have to implement that another way.
You can do it by watching keypress and onchange events.
If the value of your input element changes without enough keys having
This rough method will also block auto-completing forms, and maybe some
I'm curious, why do you want your users to forsake the wondrous
-- David JungerReceived on Mon May 1 05:27:28 2006 |