Well after a moment or two's research you can be done in IE and you have to tweak Moz browsers see here to allow it to work and on Chrome it doesn't work
function clipboardHack ()
{
var content = clipboardData.getData("Text");
alert(content);
}
You can also push any changes back using clipboardData.setData("Text",[changedtext]);