[Question] How to decode HTML codes? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Question] How to decode HTML codes? (/showthread.php?tid=70572) [Question] How to decode HTML codes? by tryxter on 01-11-2007 at 01:36 PM
Any idea on how to decode this kind of html codes? RE: [Question] How to decode HTML codes? by Silentdragon on 01-11-2007 at 06:03 PM
decodeURI() RE: [Question] How to decode HTML codes? by tryxter on 01-11-2007 at 06:26 PM
Can you explain how you did it? I've tried, but somehow it didn't decoded successfully... RE: [Question] How to decode HTML codes? by tryxter on 01-12-2007 at 07:43 PM
Can anyone answer the question, please? RE: [Question] How to decode HTML codes? by albert on 01-12-2007 at 07:47 PM
Á is a simple code to replace a letter RE: [Question] How to decode HTML codes? by tryxter on 01-12-2007 at 07:52 PM That was only an example... There are many more characters too translate. RE: [Question] How to decode HTML codes? by Mnjul on 01-12-2007 at 08:18 PM
If you are able to extract the number (193 in your example) from the string, then you can call the fromCharCode method of String code: RE: [Question] How to decode HTML codes? by tryxter on 01-13-2007 at 12:38 AM
I guess that's a better solution. RE: [Question] How to decode HTML codes? by Eljay on 01-13-2007 at 10:42 AM
Just made a little function for removing html codes in this format (i would add support for all the & style codes but theres too many of the darned things ) code: example: code: |