Home › Forums › General XMetaL Discussion › Asynchronous JavaScript? › Reply To: Asynchronous JavaScript?
Reply to: Asynchronous JavaScript?
January 12, 2016 at 7:29 pmI get an error on this line. How do you get past it?
[code]if (xmlhttp.readyState == 4)[/code]
0x800a138f – Microsoft JScript runtime error: 'xmlhttp.readyState' is null or not an object
Any ideas?
My code works fine if I change the async parameter to false. How do you do this in XMetaL with async set to true?