Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.25.04-alpha
-
None
-
None
Description
The xmlHttpRequest object generation implementation isn't according to current state of javascript. The javascript request object can be generated via:
new XMLHttpRequest()
or
new ActiveXObject("Microsoft.XMLHTTP")
which serves all supported browsers.