|
Copy Paste Disable
|
Luckyisnice
Luckyisnice@hotmail.com
03/11/03
|
I visit a website where the webmaster has incorporated a script that disables copy/paste. It would be ok if this was limited to that web page but the script disables the copy/paste in all windows - wordpad, Word, AIM etc as long as the offending webpage is open. I don't know how this can be done and it seems to violate the windows concept -- but how can I keep copy/paste active in Win 2000 and XP?
|
ed
03/11/03
|
you have to be kidding what page is it
|
Lucky
03/12/03
|
I'll be glad to supply the URL by email!
|
Goiano
08/19/03
|
oh my..god... what the hell
|
spacealien
spacealien04@hotmail.com
09/26/03
|
I have the same exact problem... Im looking into it... bunch of bs a site can do that... what will be next?
|
MikeyB
n/a
09/28/03
|
what is the site ??
|
Frank
09/28/03
|
Anytime you run into a site with copy/paste disable or other such tricks just temporarily disable your javascript.
For Opera you can use F12 and go into quick options.
In Firebird / Mozilla go to Tools/Options/Web Features. You can disable javascript there.
In IE, someone else may have the keys to disable, I'd suggest installing a different browser. :-)
This should turn off the weird effects.
|
Travis
11/21/03
|
For those of you who are curious.. here is the code to do this..
If you close the browser window, you get the ability to copy and paste back.
|
Travis
11/21/03
|
onload=setInterval("window.clipboardData.setData('text','')",20)
|