()
| 8443 | } |
| 8444 | |
| 8445 | function createActiveXHR() { |
| 8446 | try { |
| 8447 | return new window.ActiveXObject("Microsoft.XMLHTTP"); |
| 8448 | } catch( e ) {} |
| 8449 | } |
| 8450 | |
| 8451 | // Create the request object |
| 8452 | // (This is still attached to ajaxSettings for backward compatibility) |