![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/12/2005, 08:14
|
![Avatar de SiR.CARAJ0DIDA](http://static.forosdelweb.com/customavatars/avatar68448_2.gif) | | | Fecha de Ingreso: junio-2004 Ubicación: Acá
Mensajes: 1.166
Antigüedad: 20 años, 7 meses Puntos: 4 | |
en firefox
var o = el textarea;
var start = o.selectionStart;
var end = o.selectionEnd;
var valor_seleccionado = o.value.substring(start, end);
en explorer creo q era
var valor_seleccionado = document.selection.createRange().text; |