Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/12/2005, 08:14
Avatar de SiR.CARAJ0DIDA
SiR.CARAJ0DIDA
 
Fecha de Ingreso: junio-2004
Ubicación: Acá
Mensajes: 1.166
Antigüedad: 19 años, 10 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;
__________________
Internet Explorer SuckS
Download FireFox