I really need to know how to do these simple system functions with javascript:
-Copy
-Paste
-Cut
Please help. Thanks!!
-Copy
-Paste
-Cut
Please help. Thanks!!
| woja wrote: |
| IE provides a method execCommand which enables you to do Cut, Copy and Paste.
see: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods.asp I don't think that Firefox or any other browser supprorts this and I've never used it. I might be able to give more help if you could explain what it is you're trying to achieve. |