27 Oct
2008
27 Oct
'08
6:58 p.m.
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