if ($.browser.msie && window.XDomainRequest) { debugger; var xdr = new XDomainRequest(); xdr.open("POST", uel + "RestDemo.svc/UploadExcelCellDataByPost"); xdr.send('<ExcelCellData ><AssessmentID>205</AssessmentID><CellId>4208</CellId><OutPut>String content</OutPut><Password>ert1Koiu</Password><UserName>User5</UserName><r_LastDownloadCheckServerDateTime>2012-02-06</r_LastDownloadCheckServerDateTime><xmlinputs>fdgdfg</xmlinputs></ExcelCellData>'); xdr.onerror = function (error) { alert('in error'); }; xdr.onload = function () { writelog("Loading", _resDiv); writelog(xdr.responseText, _resDiv); }; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)