On Aug 5, 2008, at 7:46 PM, Andy wrote: > Is there any API method I could use ? There's no platform-independent WebKit API, so this is a platform- specific question. In the Mac OS X API, the way you determine this is by checking to see if the cut: command is enabled using the validateUserInterfaceItem method. -- Darin