
14/09/2005, 12:11
|
 | | | Fecha de Ingreso: agosto-2005 Ubicación: 20°45' Latitud Norte 100°
Mensajes: 121
Antigüedad: 19 años, 6 meses Puntos: 1 | |
Hola.
Tal vez esta sea tu solucion:
en tu caja de texto:
onfocus="activaSel(true)" onblur="activaSel(false)"
el script:
document.onselectstart = new Function ("return false");
function activaSel(flg){
document.onselectstart = new Function ("return " + flg + ";");
}
__________________ Yo tan sólo se, que no he senado |