Team, Shocking NEWS about CTRL+C (a must read) Please be very careful when u press ctrl + c .. Here is some useful information for all. Ctrl+C may be the most important work we do everyday. But it's not a very safe thing to do. Read on to know why. What happens when you press Ctrl+C while you are Online... We do copy various data by Ctrl + C for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP. Just try this: 1) Copy any text by Ctrl + C 2) Click the Link: < HYPERLINK "http://www.sourcecodesworld.com/special/clipboard.asp" \nhttp://www.sourcecodesworld.com/special/clipboard.asp 3) You will see the text you copied was accessed by this web page. Do not keep sensitive data (like passwords, credit card numbers, PIN etc..) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. Forward this information to as many friends as you can, to save them from online frauds ! How this can be achieve This is the code which does this: <Script Language="JavaScript"> var content = clipboardData.getData("Text"); alert(content); </Script> (¨`·.·´¨) `·.¸(¨`·.·´¨) Keep (¨`·.·´¨)¸.·´ Smiling !! `·.¸.·´(¨`·.·´¨) `·.¸(¨`·.·´¨) Keep (¨`·.·´¨)¸.·´ Smiling !! `·.¸.·´ -- live the life n let live other No virus found in this outgoing message. Checked by AVG. Version: 7.5.549 / Virus Database: 270.9.0/1779 - Release Date: 11/10/2008 7:53 AM To unsubscribe send a message to [EMAIL PROTECTED] with the subject unsubscribe. To change your subscription to digest mode or make any other changes, please visit the list home page at http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
