Hi,
I'm trying to pick up the selected text of a document in a bookmarklet. How do I implement this?
I got this from the internet. Why does this not work?
javascript: Q=document.selection?document.selection.createRange().text:document.getSelection(); alert(Q);
Thanks!