[Zope] AJAX copy/paste

2007-11-21 Thread Garito
Hi! I'm trying to do an AJAX copy/paste action but zope raises this: The data in the clipboard could not be read, possibly due to cookie data being truncated by your web browser. Try copying fewer objects. How can solve this issue? Thanks! -- Mis Cosas http://blogs.sistes.net/Garito

Re: [Zope] AJAX copy/paste

2007-11-21 Thread Jaroslav Lukesh
Hi, try to use hidden frame instead of ajax - it is similar technology as ajax, but it is ajax's precedensor. Regards, JL. - Original Message - From: Garito I'm trying to do an AJAX copy/paste action but zope raises this: The data in the clipboard could not be read, possibly due

Re: [Zope] AJAX copy/paste

2007-11-21 Thread Jaroslav Lukesh
You need to find how to use cookies with ajax. Another possibility is to write method or script which will make copy/paste for you programatically. Why you think that hidden frame - Original Message - From: Garito Sorry but perhaps as second options, Jaroslav I prefer to wait if