Function posted below fails in getting me the characters that do not exist
in LAtin alphabet ANSI 1252 character set.

When I parse those sections of responseTEXT, I get bunch of question marks
such as ???? ???? ???. What can it be done on this ?



function GetSource(sURL)
dim objXML
Set objXML = CreateObject("Microsoft.XMLHTTP")

objXML.Open "GET", sURL, False
objXML.Send
GetSource = objXML.responseText

set objXML = Nothing
end function

---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to