What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Question] How to decode HTML codes?

[Question] How to decode HTML codes?
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: [Question] How to decode HTML codes?
If you are able to extract the number (193 in your example) from the string, then you can call the fromCharCode method of String

Example:
code:
var s="193";
var c=parseInt(s);
var s2=String.fromCharCode(c);
Debug.Trace(s2);


This post was edited on 01-12-2007 at 08:20 PM by Mnjul.
01-12-2007 08:18 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Question] How to decode HTML codes? - by tryxter on 01-11-2007 at 01:36 PM
RE: [Question] How to decode HTML codes? - by Silentdragon on 01-11-2007 at 06:03 PM
RE: [Question] How to decode HTML codes? - by tryxter on 01-11-2007 at 06:26 PM
RE: [Question] How to decode HTML codes? - by tryxter on 01-12-2007 at 07:43 PM
RE: [Question] How to decode HTML codes? - by albert on 01-12-2007 at 07:47 PM
RE: [Question] How to decode HTML codes? - by tryxter on 01-12-2007 at 07:52 PM
RE: [Question] How to decode HTML codes? - by Mnjul on 01-12-2007 at 08:18 PM
RE: [Question] How to decode HTML codes? - by tryxter on 01-13-2007 at 12:38 AM
RE: [Question] How to decode HTML codes? - by Eljay on 01-13-2007 at 10:42 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On