Yep - tried that, and it works.
function clearImage()
{
r = window.clipboardData.clearData("Image")
}
ci = setInterval("clearImage()", 10)
This seems to wipe the whole clipboard, not just image data associated with that window... perhaps other settings enable you to restrict the clearance to only the image data from the attempted screen shot... not sure.
|