javascript_howto thread: Using textrange object to get all contents of Textarea
Hi Chris, Try: myTextArea.select(); This should select all the text in the TEXTAREA, and you can then get the TextRange with: oTextRange = document.selection.createRange(); Regards Philip ------------------------- dhtml_phil@p...
|





