Posted by Stefan Mueller on 03/22/06 06:20
> function html_entity_decode(s) { > var span = document.createElement('SPAN'); > span.innerHTML = s; > return span.innerText; > } Yea, this is exactly what I'm looking for. But like you mentioned it only works for IE and not for Mozilla, Opera, Safari, ... Stefan
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming