Maybe This Will Help You Our MSP75. Good Luck!
Its from Mozilla Support:
Setting Prefs for the Mozilla Rich Text Editing Demo
To protect users' private information, unprivileged scripts cannot invoke the Cut, Copy, and Paste commands in the Mozilla rich text editor, so the corresponding buttons on the Mozilla Rich Text Editing demo page will not work. To enable these functions for purposes of the demo, you must modify your browser preferences.
- Quit Mozilla. If you have Quick Launch running (in Windows, an icon in the toolbar), quit that too.
- Find your Mozilla profile directory. On Windows, this is often located in c://WINNT/Profiles/<your Windows login>/Application Data/Mozilla. (See also editing configuration files for more info on locating your profile folder.)
- Open the user.js file from that directory in a text editor. If there's no user.js file, create one.
- Add these lines to user.js:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "
http://www.mozilla.org");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
5. Save the file, and restart Mozilla. The Clipboard buttons should now function.
http://www.mozilla.org/support/firefox/edit
http://www.mozilla.org/editor/midasdemo/securityprefs.html