Working on an API but I\'ve run into a problem. This specific part of the response (in XML) returns a URL. Here\'s the error I\'m getting:
Firebug 1.5.4 has been correctly displaying the response returned by my webservice in its RESPONSE tab:
One of the requirements for the application that I\'m working on is to enable users to submit a debugging report to our helpdesk for fatal errors (much like windows error reporting).
i have a page with many actions on it, which triggers with $.get, but i want to run one at a time, rather then all 开发者_如何学Gotriggering at once, that is lots of load time.. so what is the solutio
I am getting a web service response as below. It has additional XML tag and string tag in the response. I was not able to load this response into XMLDocument object in Dot Net. I have asked web servic
I\'m using Response.Write, Response.End to export to Excel/Word/csv. Is 开发者_JAVA百科there a way to do this and also be able to change text on the page at the same time? For example, I have a contro
My Javascript function request to a aspx page. İts Code: 开发者_如何学编程 var xhr = (\"XMLHttpRequest\" in window) ? new XMLHttpRequest() : new ActiveXObject(\"Msxml3.XMLHTTP\");
I\'ve some files stored in a SQL database. When a user visits a url with the given ID, the BLOB data is retrieved from the database to the webbrower via:
How can I get the IP address of the server from a JSP page? Right now, all I can do is request.getLocalName(), which returns the ser开发者_如何学Gover name, not the IP address?Actually, for the IP ad
I am making some view functions to calculate the rank of one user in a community. My problem is that i want to display the rank afferent to each user, in its profile, and i don\'t know how, since i do