the copy functionality on the client side receives an exception in Firefox the exception is:
Error: A script from "http://localhost:3803" was denied UniversalXPConnect privileges.
Any help would be appreciated.
Justin
At a first glance, this looks like a permissions problem. It looks like the browser isn't permitting access to the clipboard.
What version of FireFox?
Thank you very much for the quick response. This is FireFox 3.0.3 and yes it is a permission issue. I am going to implement the clipboard functionality that was given in the excel copy n paste example to handle the copy in FireFox and other browsers.