Hi all,
I'm not what we can call a "web-shark".
I have to connect my solution to a big printer.
The printer's producer has provided some javascript samples that are using that object: XMLHttpRequest()
Watching around the web, I've find that page: http://www.w3schools.com/xml/xml_http.asp, in wich is written that
within all the modern browser there's a built-in XMLHttpRequest Object.
The problem is that I'm obtaining this error:
ReferenceError: "XMLHttpRequest" is not defined.
The object is not initialized and, of course, the first related method I call, makes the program to goes in error.
For example on the application server I obtain:
org.mozilla.javascript.EcmaError: TypeError: Cannot call method "abort"
Can anyone tell me why this object is not recognized?
I'm trying all on the servoy webclient.
Servoy 7.4.4, Java 1.8.60.
Tested with Developer on windows 7
Tested with Application server on windows server 2012
Thanks in advance
Marco