View Single Post
Old 10-06-2005, 11:26 AM   #4 (permalink)
Jinn
Lover - Protector - Teacher
 
Jinn's Avatar
 
Location: Seattle, WA
Didn't work in Firefox.

If you look at the page, though.. you can see exactly what they were doing:

Code:
var content = clipboardData.getData("Text");
if (content!=null) {
document.write(...)
Realistically, though, I think the risk is pretty low. So they've got your credit card number or something. Unless you give them enough information (like your WHOLE credit information, address, etc..) they just have a bunch of junk numbers or characters from everyone who connects to the website.
__________________
"I'm typing on a computer of science, which is being sent by science wires to a little science server where you can access it. I'm not typing on a computer of philosophy or religion or whatever other thing you think can be used to understand the universe because they're a poor substitute in the role of understanding the universe which exists independent from ourselves." - Willravel

Last edited by Jinn; 10-06-2005 at 11:30 AM..
Jinn is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73