![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Getting Selected Text
From: afrinspray <afrinspray@gmail.com>
Date: Tue Mar 28 2006 - 01:18:24 CEST
I didn't want to set the text of an element, but your function gave me
function getSelectedText() {
if(window.getSelection) {
|