Сообщение от potkin
|
То есть долбанный <pre в JSON String !!!
|
А откель он там вообще взялсо? Выхлоп серванта д.б.:
Код:
|
context.Response.ContentType = "text/html";
context.Response.Write("<html><body><textarea>{ \"success\": \"true\", \"data\": { \"contactId\": \"contact id\", \"file\": \""+FileName+"\" } }</textarea></body></html>"); |
Сообщение от Connection.js
|
if (doc.body) {
if (/textarea/i.test((firstChild = doc.body.firstChild || {}).tagName)) { // *!*json response wrapped in textarea*/!*
response.responseText = *!*firstChild*/!*.value;
} else {
response.responseText = doc.body.innerHTML;
}
}
|
__________________
"Helo, word!" - 17 errors 56 warnings
Последний раз редактировалось Ex_Soft, 25.05.2012 в 10:45.
|