'Oder here
'http://www.fckeditor.net/
'
'
oder so:
if(htmlMode)
{
text = obj.innerHTML;
text = text.replace(/&/g, "&") ;
text = text.replace(/"/g, """) ;
text = text.replace(/</g, "<") ;
text = text.replace(/>/g, ">") ;
text = text.replace(/'/g, "’") ;
obj.innerHTML = text;
}
else
{
obj.innerHTML = obj.innerText;
}
Wer's gebrauchen kann ;-))
Rene
_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse