I tried this just to test it:
code:
function OnEvent_Initialize(MessengerStart)
{
var objXml = new ActiveXObject("Microsoft.XMLDOM");
if (objXml.Load ("http://stats.enemyterritory.com/profile/paril101?xml=true"))
{
Debug.Trace("Made it!\n");
}
else
{
}
}
However I got an error on it.. Is there any example code lying around of an entire one used in MsgPlus? I'm not exactly sure how I'm supposed to.. interpret this code from (what looks like) VB.
-Paril