Ok heres what i want out of a script. I wanna write a JS script or whatever that will clear what you have on your copy like every 3 seconds or so. Is that possible? if so can someone point out to me where i can get it or show me the code? Thanks
Printable View
Ok heres what i want out of a script. I wanna write a JS script or whatever that will clear what you have on your copy like every 3 seconds or so. Is that possible? if so can someone point out to me where i can get it or show me the code? Thanks
You have to explain a little bit further... what do you mean by copy?
Ok well you know the copy and paste function on your computer. Heres what i want, at a interval i want the computer to clear it. So say it clears it every 5 seconds, if you copied a text from my website then after the next 5 seconds it would be cleared before anyone could do something with it. You get?
Yes I get it. This is not possible with JavaScript. at all.
then what script can i do it with?
None. The copy-paste function is outside of the scope of the webpage. Additionally, even if you did manage to do so, it is easily bypassed by the "view source" option available in most browsers, and further, the cache.