13/07/2005, 09:46
|
| | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 7 meses Puntos: 5 | |
ya encontré la solución: Código HTML: function ReplaceEnters(texto) {
texto = texto.replace(/<br>/g, String.fromCharCode(13));
return texto;
}
gracias de todos modos
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |