Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/11/2005, 06:35
Avatar de mlillo
mlillo
 
Fecha de Ingreso: julio-2005
Mensajes: 54
Antigüedad: 19 años, 3 meses
Puntos: 0
pasar a mozilla

hola a todos!!!, alguien me puede ayudar a pasar este codigo para que funcione en mozilla:

var textoArea=document.getElementById('txtContenido'). createTextRange()
var textoSeleccionado=document.selection.createRange()
if(textoSeleccionado.text!=""){
if(textoArea.findText(textoSeleccionado.text)){
textoSeleccionado.text="<B>"+textoSeleccionado.tex t+"</B>";
vistaPrevia(document.getElementById('txtContenido' ).value);
}
}
else
alert("Debe seleccionar un texto para la función negrita");

se trata de seleccionar un texto contenido en un TEXTAREA con id=txtContenido
y sustituirlo por otro

gracias por adelantado
__________________
Salu2 :pensando: