Is there a way to programmatically remove items from the clipboard. Regards Garry
On 27.10.2008 18:05 Uhr, Garry Saddington wrote:
Is there a way to programmatically remove items from the clipboard.
There nothing like a clipboard. The information you consider as clipboard is stored as __cp cookie on the client side. -aj
On Monday 27 October 2008 17:37, Andreas Jung wrote:
On 27.10.2008 18:05 Uhr, Garry Saddington wrote:
Is there a way to programmatically remove items from the clipboard.
There nothing like a clipboard. The information you consider as clipboard is stored as __cp cookie on the client side. OK, so how do I expire it? expireCookie('__cp') is not working for me Regards Garry
On Monday 27 October 2008 18:35, Garry Saddington wrote:
On Monday 27 October 2008 17:37, Andreas Jung wrote:
On 27.10.2008 18:05 Uhr, Garry Saddington wrote:
Is there a way to programmatically remove items from the clipboard.
There nothing like a clipboard. The information you consider as clipboard is stored as __cp cookie on the client side.
OK, so how do I expire it? expireCookie('__cp') is not working for me Regards Garry Found it : expireCookie('__cp',path='/') Garry
participants (2)
-
Andreas Jung -
Garry Saddington