What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Ajax unicode

Ajax unicode
Author: Message:
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
O.P. Ajax unicode
Hi,

When i use AJAX, the returned text contain a lot of "" ( a box ^^ ), can we get the real letter ? :'(

Thanks

code:
ajax.open("GET", url, true);
ajax.onreadystatechange = function(){
    if (ajax.readyState == 4){
        var ht = ajax.responseText;
    }
}

This post was edited on 11-21-2006 at 04:54 PM by Huhu_Manix.
11-21-2006 04:52 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Ajax unicode - by Huhu_Manix on 11-21-2006 at 04:52 PM
RE: Ajax unicode - by Spunky on 11-21-2006 at 05:10 PM
RE: Ajax unicode - by Huhu_Manix on 11-21-2006 at 05:45 PM


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