I am not sure if such things are even possible within RS. That the scripting language is Javascript doesn't mean that RS is a web browser. ;-)
/ Fredrik On 26 April 2011 21:33, Mark Heuymans <[email protected]> wrote: > >> 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 > >
