Ver Mensaje Individual
  #7 (permalink)  
Antiguo 07/04/2006, 03:37
infolan
 
Fecha de Ingreso: noviembre-2005
Mensajes: 405
Antigüedad: 19 años, 3 meses
Puntos: 0
por si alguien le interesa,


function filterNum(str)
{
re = /\\/g;
alert( str.replace(re, "\\\\"));
}

gracias a todos