I need some help here. This is beyond my ability at this point. Here goes: I was working on a new web site for our church and using Firefox. When I went to make some changes and clicked on the delete button I got a message telling me that this and two other buttons were disabled and if I wanted more info to click on the OK button. When I did it took me to the Mozilla website and an explanation on how to write new code into the user.js file. I got lost almost before I got started.
This is what I was supposed to add into this file:
Code:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.echurchonline.com");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
Instructions said there was no file of this name at present and I would have to create one but never told me how to write this material. Can you help me???
Thanks
This is what I was supposed to add into this file:
Code:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.echurchonline.com");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
Instructions said there was no file of this name at present and I would have to create one but never told me how to write this material. Can you help me???
Thanks