3

In my website application I am using Jhtml Area editor.

In editor cut/copy/paste is not working.

While clicking on the cut/copy/paste it shows the following error.

Permission denied for the website(url) to get property Clipboard.cutcopy Source File

Can anybody knows this error?

Thanks and Regards

Krishnan

Krishnan
  • 1,030
  • 1
  • 15
  • 30

1 Answers1

2

What browser are you use?

It seems like your security preferences is blocking web-browser to access to clipboard. Correct the security preference and all will be ok.

Vsevolod
  • 365
  • 4
  • 11
  • 2
    Browser access to clipboards has been closed off, due to malicious scripts. It's a difficult area, there is no one universally reliable solution. FWIW, some people use a Flash control to make it work. – Thomas W May 07 '13 at 01:55