Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/08/2004, 13:59
Avatar de k-brito
k-brito
 
Fecha de Ingreso: noviembre-2002
Ubicación: La hermosa Tierra del Folklore
Mensajes: 135
Antigüedad: 21 años, 5 meses
Puntos: 0
Por cierto , en el Js. vi esto :

Código:
if (typeof _editor_url == "string") {
	// Leave exactly one backslash at the end of _editor_url
	_editor_url = _editor_url.replace(/\x2f*$/, '/');
Código:
// cache some regexps
HTMLArea.RE_tagName = /(<\/|<)\s*([^ \t\n>]+)/ig;
HTMLArea.RE_doctype = /(<!doctype((.|\n)*?)>)\n?/i;
HTMLArea.RE_head    = /<head>((.|\n)*?)<\/head>/i;
HTMLArea.RE_body    = /<body>((.|\n)*?)<\/body>/i;
A la mera tiene algo que ver