0

I'm using JSC provided by Microsoft (Dot Net Framework) to convert JavaScript code into executable Windows application. So, is how should I get echo response from PHP file stored on Server, as we were using,

var req = new XMLHttpRequest();

So, how should I use this in JScript?

1 Answers1

0
var req = new ActiveXObject("Microsoft.XMLHTTP");