View Single Post
  #4  
Old April 21, 2005, 5:26 PM
Danny Stewart's Avatar
Danny Stewart (Offline)
Administrator
 
Join Date: December 2002
Location: Arlington, VA
Age: 36
Posts: 5,252
Why are you even logged out??? Let alone posting while logged out???

EDIT: I've found the solution for the paste problem. Follow the procedure below and pasting should work.

  1. Create a file called user.js (or edit it, if it already exists) under C:\Documents and Settings\Your User\Application Data\Mozilla\Firefox\Profiles\Your Profile\.
  2. Add the following lines to the user.js file, then save it and restart Firefox:
user_pref("capability.policy.policynames", "allowclipboard"); 
user_pref("capability.policy.allowclipboard.sites", "http://www.dannystewart.com/"); 
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");

Last edited by Danny Stewart; April 21, 2005 at 5:43 PM