Hello list.
I am looking for an alternative to the following features.
I want your advice.
Best regards,
K-UDA

var url ="http://tepco-usage-api.appspot.com/latest.json";;
var doc = new ActiveXObject("MSXML2.XMLHTTP");
doc.open("GET", url, false);
doc.send();
var aStatus = eval("(" + doc.responseText + ")");



I went deep into pre-V4 RPL but Javascript for V6/7: no, sorry...

Can't help anyway but what's the question?

regards,
Mark H

Reply via email to