if (document.getSelection) { text = document.getSelection(); } else if (document.selection && document.selection.createRange) { text = document.selection.createRange().text; }