This code works in all modern browsers:
var iframe = document.getElementById('my'); var idoc = iframe.contentDocument || iframe.contentWindow.document; // ie compatibility var text = idoc.getSelection().toString();